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

Properties

string client_id [get, set]
 Identifier (key) of a client application Required 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 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...
 
long? session_expires_in [get, set]
 Remaining time in seconds until session expiration due to absolute timeout Format: int32 More...
 
string session_expiration_time [get, set]
 Absolute value of session expiration time in ISO date formatted string Format: date-time Example: 2023-04-01T12:00:01Z More...
 
string session_id [get, set]
 OAuth session ID Required More...
 
long? session_idle_timeout [get, set]
 Nominal value of session idle timeout in seconds Format: int32 More...
 

Property Documentation

◆ account_id

string RingCentral.SessionInfoResponse.account_id
getset

RC account ID associated with the token

◆ client_id

string RingCentral.SessionInfoResponse.client_id
getset

Identifier (key) of a client application Required

◆ scope

string RingCentral.SessionInfoResponse.scope
getset

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

◆ session_expiration_time

string RingCentral.SessionInfoResponse.session_expiration_time
getset

Absolute value of session expiration time in ISO date formatted string Format: date-time Example: 2023-04-01T12:00:01Z

◆ session_expires_in

long? RingCentral.SessionInfoResponse.session_expires_in
getset

Remaining time in seconds until session expiration due to absolute timeout Format: int32

◆ session_id

string RingCentral.SessionInfoResponse.session_id
getset

OAuth session ID Required

◆ session_idle_timeout

long? RingCentral.SessionInfoResponse.session_idle_timeout
getset

Nominal value of session idle timeout in seconds Format: int32

◆ sub

string RingCentral.SessionInfoResponse.sub
getset

Subject of the token (extension ID or the owner)


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