Skip to main content

OAuthConsentScope

A single OAuth scope with its description and whether it requires consent.

Properties

  • Name
    description
    Type
    null | string
    Description

    The description of the scope, which can be shown to users on the consent screen. This may be null if no description is available.

  • Name
    requiresConsent
    Type
    boolean
    Description

    Whether or not this scope requires explicit user consent. If false, the scope is considered "safe" and can be granted without showing the consent screen to the user.

  • Name
    scope
    Type
    string
    Description

    The name of the scope, as defined by the OAuth application.

Feedback

What did you think of this content?

Last updated on