FlowType
public enum FlowType
Specifies types of flows supported by the API.
-
authorization code flow
Declaration
Swift
case AuthCode -
hybrid flow
Declaration
Swift
case Hybrid -
id token request
Declaration
Swift
case IdToken -
access token request
Declaration
Swift
case AccessToken -
logout flow
Declaration
Swift
case Logout
FlowType Enumeration Reference