OAuth2
data class OAuth2(val flow: CodeGenTree.Auth.OAuth2.Flow, val operation: CodeGenTree.Operation, val grantType: CodeGenTree.Auth.OAuth2.GrantType) : CodeGenTree.Auth(source)
Constructors
Link copied to clipboard
constructor(flow: CodeGenTree.Auth.OAuth2.Flow, operation: CodeGenTree.Operation, grantType: CodeGenTree.Auth.OAuth2.GrantType)