C# Client Code Generation. Include "Security" #3948
Unanswered
damiensprinkle
asked this question in
Q&A
Replies: 1 comment
-
I imagine that a Basic authorization (user-password). var byteAuth = Encoding.ASCII.GetBytes("user:passord"); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm curious if there is anyway for the generated c# client code to include security schemas
Example from endpoint,
"security": [
{
"oauth2": [
"Internal"
]
}
Our endpoints use role based authorization, I was hoping to have this at least visible in the generated code.
Beta Was this translation helpful? Give feedback.
All reactions