AtmosphereClientAuthentication

View Source

Summary

Client-authentication settings for confidential Atmosphere clients.

Signature

interface AtmosphereClientAuthentication {
  key: CryptoKey;
  keyId: string;
}

Properties

key

Private ES256 signing key used to generate private_key_jwt assertions.

keyId

Key identifier published in the client's JWKS metadata.