Back to Node Auth0

Interface ClientAddonLayer

docs/interfaces/management.Management.ClientAddonLayer.html

5.9.11.3 KB
Original Source

Interface ClientAddonLayer

Layer addon configuration.

interface ClientAddonLayer {
providerId: string;
keyId: string;
privateKey: string;
principal?: string;
expiration?: number;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

providerIdkeyIdprivateKeyprincipal?expiration?

Properties

providerId

providerId: string

Provider ID of your Layer account

keyId

keyId: string

Authentication Key identifier used to sign the Layer token.

privateKey

privateKey: string

Private key for signing the Layer token.

Optionalprincipal

principal?: string

Name of the property used as the unique user id in Layer. If not specified user_id is used.

Optionalexpiration

expiration?: number

Optional expiration in minutes for the generated token. Defaults to 5 minutes.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties providerIdkeyIdprivateKeyprincipalexpiration