CheckoutAuthCheck

public struct CheckoutAuthCheck : Decodable, Encodable

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 more

    Declaration

    Swift

    public struct Method : Decodable, Encodable
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws