AccessTokenLoginResult
public enum AccessTokenLoginResult : String
Result of a login with access token operation
-
success
Declaration
Swift
case success -
The token was invalid / malformed
Declaration
Swift
case invalidToken -
The token expired
Declaration
Swift
case tokenExpired -
A network error happened
Declaration
Swift
case networkError -
Internal error
Declaration
Swift
case internalError -
Unknown error happened
Declaration
Swift
case unknownError -
FedRAMP users cannot use this login method
Declaration
Swift
case fedRAMPError
View on GitHub