IssuanceState
data class IssuanceState(val clientId: String, val scope: String, val clientAttestationKey: EcPublicKey?, var dpopKey: EcPublicKey?, var redirectUri: String?, var codeChallenge: ByteString?, var clientState: String? = null, var dpopNonce: ByteString? = null, var openid4VpVerifierModel: Openid4VpVerifierModel? = null, var systemOfRecordAuthCode: String? = null, var systemOfRecordCodeVerifier: ByteString? = null, var systemOfRecordAccess: SystemOfRecordAccess? = null)
Constructors
Link copied to clipboard
constructor(clientId: String, scope: String, clientAttestationKey: EcPublicKey?, dpopKey: EcPublicKey?, redirectUri: String?, codeChallenge: ByteString?, clientState: String? = null, dpopNonce: ByteString? = null, openid4VpVerifierModel: Openid4VpVerifierModel? = null, systemOfRecordAuthCode: String? = null, systemOfRecordCodeVerifier: ByteString? = null, systemOfRecordAccess: SystemOfRecordAccess? = null)