Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/authlete_deno/src/dto/scope.ts>Scope

Authlete Library for Deno
Go to Latest
class Scope
import { Scope } from "https://deno.land/x/authlete_deno@v1.2.3/src/dto/scope.ts";

Information about a scope of a service.

For more details, see RFC 6749 (OAuth 2.0), 3.3. Access Token Scope .

Properties

optional
attributes: Pair[]

The attributes of this scope.

optional
defaultEntry: boolean

The flag that indicates whether this scope is included in the default scope list.

optional
description: string

The description of this scope.

optional
descriptions: TaggedValue[]

The description of this scope for various languages.

optional
name: string

The name of this scope.