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 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
codeExchange code
ssoSSO token
stateIDPChallengeSession state
View on GitHub
IDPExchangeToken Structure Reference