LiveConnectSession class (iOS apps)

Represents the current service using Microsoft account session.

Signature

@interface LiveConnectSession : NSObject

Properties

Name

Description

accessToken

Gets the access token for a user that is signed in and connected.

authenticationToken

Gets the user specific token so that the app can validate the user.

expires

Gets the date that the service using Microsoft account session expires.

refreshToken

Gets a user specific refresh token that the app can use to refresh the access token.

scopes

Gets the user scopes for this service using Microsoft account session.

Defined in

LiveAuthDelegate.h

See also

iOS API