CheckoutAuthSessionGenerate

public struct CheckoutAuthSessionGenerate : Decodable, Encodable
extension CheckoutAuthSessionGenerate: JsonApiResponse
extension CheckoutAuthSessionGenerate: WalletApiResponse

Response for a request of creating an auth session.

  • Output format description of user authorization status

    Declaration

    Swift

    public let result: AuthTypeState
  • Creates instance of CheckoutAuthSessionGenerate.

    Declaration

    Swift

    public init(result: AuthTypeState)

    Parameters

    result

    Output format description of user authorization status.

  • API method for CheckoutAuthSessionGenerate.

    See more

    Declaration

    Swift

    public struct Method : Decodable, Encodable
    extension CheckoutAuthSessionGenerate.Method: ApiMethod

Decodable

  • Declaration

    Swift

    public init(from decoder: Decoder) throws

Encodable

  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws

WalletApiResponse