IDPChallengeResponse
public struct IDPChallengeResponse : Claims, Codable
The IDPChallengeResponse payload
-
Initialize response
Declaration
Swift
public init(njwt: String)
Parameters
njwt
original challenge
-
Initialize response from preformatted JWT
Declaration
Swift
public init(njwt: JWT)
Parameters
njwt
original challenge