Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface ClientAddonLayer

    Layer addon configuration.

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

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    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.

    principal?: string

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

    expiration?: number

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