Auth
Types
Link copied to clipboard
data class Http(val schema: CodeGenTree.Auth.Http.Schema, val name: String, val packageName: String, val documentation: String?) : CodeGenTree.Auth
Link copied to clipboard
data class OAuth2(val flow: CodeGenTree.Auth.OAuth2.Flow, val operation: CodeGenTree.Operation, val grantType: CodeGenTree.Auth.OAuth2.GrantType) : CodeGenTree.Auth