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