RingCentral .Net SDK
Properties | List of all members
RingCentral.TokenIntrospectionResponse Class Reference

Properties

bool? active [get, set]
 Is presented token valid and active Required Example: true More...
 
string scope [get, set]
 List of permissions (space separated) granted to the application with this token Example: AccountInfo CallLog ExtensionInfo Messages SMS More...
 
string client_id [get, set]
 Identifier (key) of a client application More...
 
string token_type [get, set]
 Type of token. The only supported value is bearer Example: bearer More...
 
long? exp [get, set]
 Timestamp indicating when this token will expire in seconds since January 1 1970 UTC Format: int64 Example: 1706715293 More...
 
long? iat [get, set]
 Timestamp indicating when this token was originally issued in seconds since January 1 1970 UTC Format: int64 Example: 1706711693 More...
 
string sub [get, set]
 Subject of the token (extension ID or the owner) More...
 
string account_id [get, set]
 RC account ID associated with the token More...
 
string session_id [get, set]
 OAuth session ID associated with the token More...
 

Property Documentation

◆ account_id

string RingCentral.TokenIntrospectionResponse.account_id
getset

RC account ID associated with the token

◆ active

bool? RingCentral.TokenIntrospectionResponse.active
getset

Is presented token valid and active Required Example: true

◆ client_id

string RingCentral.TokenIntrospectionResponse.client_id
getset

Identifier (key) of a client application

◆ exp

long? RingCentral.TokenIntrospectionResponse.exp
getset

Timestamp indicating when this token will expire in seconds since January 1 1970 UTC Format: int64 Example: 1706715293

◆ iat

long? RingCentral.TokenIntrospectionResponse.iat
getset

Timestamp indicating when this token was originally issued in seconds since January 1 1970 UTC Format: int64 Example: 1706711693

◆ scope

string RingCentral.TokenIntrospectionResponse.scope
getset

List of permissions (space separated) granted to the application with this token Example: AccountInfo CallLog ExtensionInfo Messages SMS

◆ session_id

string RingCentral.TokenIntrospectionResponse.session_id
getset

OAuth session ID associated with the token

◆ sub

string RingCentral.TokenIntrospectionResponse.sub
getset

Subject of the token (extension ID or the owner)

◆ token_type

string RingCentral.TokenIntrospectionResponse.token_type
getset

Type of token. The only supported value is bearer Example: bearer


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