IDPChallenge
public struct IDPChallenge : Codable, Equatable
extension IDPChallenge: Claims
IDPChallenge
-
Declaration
Swift
public struct Claim : Claims, Equatable
-
Declaration
Swift
public let challenge: JWT
-
Declaration
Swift
public let userConsent: UserConsent?
-
Declaration
Swift
public init(challenge: JWT, consent: UserConsent? = nil) throws
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public struct UserConsent : Codable, Equatable
-
Declaration
Swift
public var exp: Date? { get }
-
Declaration
Swift
public var iat: Date? { get }
-
Declaration
Swift
public var nbf: Date? { get }