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

    Interface ClientRefreshTokenPolicy

    interface ClientRefreshTokenPolicy {
        audience: string;
        scope: string[];
    }
    Index

    Properties

    Properties

    audience: string

    The identifier of the resource server to which the Multi Resource Refresh Token Policy applies

    scope: string[]

    The resource server permissions granted under the Multi Resource Refresh Token Policy, defining the context in which an access token can be used