BuildClientAttestationJwt
Functions
Link copied to clipboard
suspend operator fun invoke(signJwt: SignJwtFun<JsonWebToken>, clientId: String, issuer: String, clientKey: JsonWebKey, walletName: String? = null, walletLink: String? = null, lifetime: Duration = 60.minutes, clockSkew: Duration = 5.minutes): JwsSigned<JsonWebToken>
Client attestation JWT, issued by the backend service to a client, which can be sent to an OAuth2 Authorization Server if needed, e.g. as HTTP header OAuth-Client-Attestation
, see OAuth 2.0 Attestation-Based Client Authentication