This documentation is archived and is not being maintained.
LiveConnectSession class (iOS apps)
Last modified: March 26, 2015
Represents the current service using Microsoft account session.
Signature
@interface LiveConnectSession : NSObject
Properties
|
Name |
Description |
|---|---|
|
Gets the access token for a user that is signed in and connected. |
|
|
Gets the user specific token so that the app can validate the user. |
|
|
Gets the date that the service using Microsoft account session expires. |
|
|
Gets a user specific refresh token that the app can use to refresh the access token. |
|
|
Gets the user scopes for this service using Microsoft account session. |
Defined in
LiveAuthDelegate.h
See also
Show: