Type: PublicKeyOption

Provides alternative ways to represent a public key

Either the PublicKey or the KeysetEndpoint can be used as a public key. This is useful for sites which do not support JWKS and opts to provide the public key using PublicKey directly.

Ƭ PublicKeyOption: PublicKeyWrapped | KeysetEndpointWrapped

Last updated