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

    Interface CreateResourceServerRequestContent

    {
    * identifier: "identifier"
    * }
    Index

    Properties

    name?: string

    Friendly name for this resource server. Can not contain < or > characters.

    identifier: string

    Unique identifier for the API used as the audience parameter on authorization calls. Can not be changed once set.

    List of permissions (scopes) that this API uses.

    signing_secret?: string

    Secret used to sign tokens when using symmetric algorithms (HS256).

    allow_offline_access?: boolean

    Whether refresh tokens can be issued for this API (true) or not (false).

    token_lifetime?: number

    Expiration value (in seconds) for access tokens issued for this API from the token endpoint.

    skip_consent_for_verifiable_first_party_clients?: boolean

    Whether to skip user consent for applications flagged as first party (true) or not (false).

    enforce_policies?: boolean

    Whether to enforce authorization policies (true) or to ignore them (false).

    authorization_details?: unknown[]
    proof_of_possession?: ResourceServerProofOfPossession
    subject_type_authorization?: ResourceServerSubjectTypeAuthorization