XmBindIdExchangeTokenRequest

XmBindIdExchangeTokenRequest

@objc(XmBindIdExchangeTokenRequest)
public class XmBindIdExchangeTokenRequest : NSObject, Codable

Inheritance

Codable, NSObject

Initializers

init(codeResponse:)

Creates an instance of the exchange token request with the response of the authenticate() or signTransaction() call (if the “usePkce” request parameter was set to True). The response includes the code verifier, authorization code, and redirect URI required for the token exchange.

public init(codeResponse: XmBindIdResponse)

Properties

codeVerifier

public internal (set) var codeVerifier: String?

code

public internal (set) var code: String!

redirectUri

public internal (set) var redirectUri: String!