IDPExchangeToken

public struct IDPExchangeToken
extension IDPExchangeToken: Equatable, Codable

IDP Exchange Token that will be received upon successful verification of a SignedChallenge

  • Exchange code

    Declaration

    Swift

    public let code: String
  • sso

    SSO token

    Declaration

    Swift

    public let sso: String?
  • IDPChallengeSession state

    Declaration

    Swift

    public let state: String
  • redirect to use for the token exchange.

    Declaration

    Swift

    public let redirect: String
  • Initialize

    Declaration

    Swift

    public init(code: String, sso: String? = nil, state: String, redirect: String)

    Parameters

    code

    Exchange code

    sso

    SSO token

    state

    IDPChallengeSession state