CMiResponseType
public enum CMiResponseType : String
Enumeration for response types supported by login flow
-
represents access token from oAuth or OpenIdConnect standard
Declaration
Swift
case token
-
represents id token from OpenIdConnect standard
Declaration
Swift
case idToken
-
represents authorization code from OAuth or OpenIdConnect standard
Declaration
Swift
case code
-
Declaration
Swift
public static func combineResponseTypes(types: Set<CMiResponseType>) -> String
Parameters
types
Set of selected response types
Return Value
String containing all selected response types in correct format