Authlete
Scope Class Reference

Information about a scope (3.3. Access Token Scope). More...

Properties

string Name [get, set]
 The scope name. Valid characters for scope names are listed in 3.3. Access Token Scope of RFC 6749 More...
 
bool IsDefault [get, set]
 The flag which indicates whether this scope is included in the default scope set. More...
 
string Description [get, set]
 The description of this scope. More...
 
TaggedValue[] Descriptions [get, set]
 Localized descriptions of this scope. More...
 
Pair[] Attributes [get, set]
 Attributes of this scope. More...
 

Detailed Description

Information about a scope (3.3. Access Token Scope).

Property Documentation

◆ Attributes

Pair [] Attributes
getset

Attributes of this scope.

Since version 1.0.8.

◆ Description

string Description
getset

The description of this scope.

◆ Descriptions

TaggedValue [] Descriptions
getset

Localized descriptions of this scope.

◆ IsDefault

bool IsDefault
getset

The flag which indicates whether this scope is included in the default scope set.

◆ Name

string Name
getset

The scope name. Valid characters for scope names are listed in 3.3. Access Token Scope of RFC 6749


The documentation for this class was generated from the following file: