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
  • exp

    Declaration

    Swift

    public var exp: Date? { get }
  • iat

    Declaration

    Swift

    public var iat: Date? { get }
  • nbf

    Declaration

    Swift

    public var nbf: Date? { get }