Click or drag to resize

SwaggerSecurityFlow Enumeration

Represents the swagger security flow

Namespace: SanteDB.Messaging.Metadata.Model.Swagger
Assembly: SanteDB.Messaging.Metadata (in SanteDB.Messaging.Metadata.dll) Version: 3.0.2081-alpha+461b650bfeb6e1336d298dbd35bcdcdab4eba501
Syntax
public enum SwaggerSecurityFlow
Members
Member nameValueDescription
password0 The security flow is PASSWORD grant
client_credentials1 The security flow permitted is client_Credentials
authorization_code2 The security flow permitted is authorization code
refresh3 The security flow permitted is refresh
See Also