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

    Enumeration SUBJECT_TOKEN_TYPES

    Index

    Enumeration Members

    Enumeration Members

    REFRESH_TOKEN: "urn:ietf:params:oauth:token-type:refresh_token"

    Constant representing the subject type for a refresh token. This is used in OAuth 2.0 token exchange to specify that the token being exchanged is a refresh token.

    ACCESS_TOKEN: "urn:ietf:params:oauth:token-type:access_token"

    Constant representing the subject type for a access token. This is used in OAuth 2.0 token exchange to specify that the token being exchanged is an access token.