Share via


LiveConnectSession refreshToken property

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

Signature

@property (nonatomic, readonly) NSString *refreshToken;

Property Values

Name

Datatype

Description

refreshToken

NSString

The refresh token.

Defined in

LiveConnectSession.h

See also

LiveConnectSession class