Auth0 Node.js SDK - v7.2.0
    Preparing search index...

    Variable DeviceCredentialTypeEnumConst

    DeviceCredentialTypeEnum: {
        PublicKey: "public_key";
        RefreshToken: "refresh_token";
        RotatingRefreshToken: "rotating_refresh_token";
    } = ...

    Type of credentials to retrieve. Must be public_key, refresh_token or rotating_refresh_token. If none is provided a combined list of refresh_tokens and public_keys will be returned (and no rotating_refresh_token), in this case page, per_page and include_totals will be ignored.

    Type Declaration

    • ReadonlyPublicKey: "public_key"
    • ReadonlyRefreshToken: "refresh_token"
    • ReadonlyRotatingRefreshToken: "rotating_refresh_token"