ActionType
public enum ActionType : String
ActionType in enumeration string
-
Declaration
Swift
case START_AUTHENTICATE = "START_AUTHENTICATE" -
Declaration
Swift
case AUTHENTICATE = "AUTHENTICATE" -
Declaration
Swift
case RESUME_AUTHENTICATE = "RESUME_AUTHENTICATE" -
Declaration
Swift
case AUTHORIZE = "AUTHORIZE" -
Declaration
Swift
case EXCHANGE_TOKEN = "EXCHANGE_TOKEN" -
Declaration
Swift
case REFRESH_TOKEN = "REFRESH_TOKEN" -
Declaration
Swift
case REVOKE_TOKEN = "REVOKE_TOKEN" -
Declaration
Swift
case LOGOUT = "LOGOUT" -
Declaration
Swift
case PUSH_REGISTER = "PUSH_REGISTER" -
Declaration
Swift
case PUSH_AUTHENTICATE = "PUSH_AUTHENTICATE" -
Declaration
Swift
case USER_INFO = "USER_INFO" -
Declaration
Swift
case END_SESSION = "END_SESSION"
View on GitHub