CheckoutAuthCheck
public struct CheckoutAuthCheck : Decodable, Encodable
extension CheckoutAuthCheck: JsonApiResponse
extension CheckoutAuthCheck: WalletApiResponse
Response for a request of check the authorization code.
-
Output format description of user authorization status
Declaration
Swift
public let result: AuthTypeState?
-
Creates instance of CheckoutAuthCheck.
Declaration
Swift
public init(result: AuthTypeState?)
Parameters
result
Output format description of user authorization status.
-
API method for CheckoutAuthCheck.
See moreDeclaration
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Declaration
Swift
public static func makeSpecificError(response: HTTPURLResponse, data: Data) -> Error?