ResponseType Enumeration |
Namespace: Omada.OE.Model
public enum ResponseType
Member name | Value | Description | |
---|---|---|---|
IdToken | 0 | Indicates 'id_token' type see: http://openid.net/specs/openid-connect-core-1_0.html#HybridAuthRequest. | |
Code | 1 | Indicates 'code' type see: http://openid.net/specs/openid-connect-core-1_0.html#CodeFlowAuth. |