Interface ISession

Represents the user's session.

Index

Properties

Properties

public access_token: string

The user's access token.

public authentication_token: string

The authentication token.

optional public expires?: number

The exact time when the session will expire. This time is expressed in the number of seconds since 1 January, 1970.

Note: This property is not available for Windows Store apps using JavaScript.

optional public expires_in?: number

The amount of time remaining, in seconds, until the user's access token expires.

Note: This property is not available for Windows Store apps using JavaScript.

optional public scope?: Array<string>

A list of scopes that the app has requested and that the user has consented to.

Note: This property is not available for Windows Store apps using JavaScript.