Back to Node Auth0

Interface ClientEncryptionKey

docs/interfaces/management.Management.ClientEncryptionKey.html

5.9.1950 B
Original Source

Interface ClientEncryptionKey

Encryption used for WsFed responses with this client.

interface ClientEncryptionKey {
pub?: string;
cert?: string;
subject?: string;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

pub?cert?subject?

Properties

Optionalpub

pub?: string

Encryption Public RSA Key.

Optionalcert

cert?: string

Encryption certificate for public key in X.509 (.CER) format.

Optionalsubject

subject?: string

Encryption certificate name for this certificate in the format /CN={domain}.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties pubcertsubject