docs/interfaces/management.Management.ClientAddonLayer.html
Layer addon configuration.
interface ClientAddonLayer {
providerId: string;
keyId: string;
privateKey: string;
principal?: string;
expiration?: number;
key: string: any;
}
Accepts any additional properties
providerIdkeyIdprivateKeyprincipal?expiration?
providerId: string
Provider ID of your Layer account
keyId: string
Authentication Key identifier used to sign the Layer token.
privateKey: string
Private key for signing the Layer token.
Optionalprincipalprincipal?: string
Name of the property used as the unique user id in Layer. If not specified user_id is used.
Optionalexpirationexpiration?: number
Optional expiration in minutes for the generated token. Defaults to 5 minutes.
Member Visibility
ThemeOSLightDark
Properties providerIdkeyIdprivateKeyprincipalexpiration