CheckoutAuthSessionGenerateError
public enum CheckoutAuthSessionGenerateError : Decodable, Encodable, JsonApiResponse, WalletErrorApiResponse
Undocumented
-
Invalid authorization context.
Declaration
Swift
case invalidContext
-
Creating a session is not available. You must wait
nextSessionTimeLeft
seconds fromauthTypeState
to create a new session.Declaration
Swift
case createTimeoutNotExpired
-
Ended available sessions. You need to complete the process.
Declaration
Swift
case sessionsExceeded
-
Unsupported authorization type for user.
Declaration
Swift
case unsupportedAuthType
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws