Share via


LiveConnectSession authenticationToken property

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

Signature

@property (nonatomic, readonly) NSString *authenticationToken;

Property Values

Name

Datatype

Description

authenticationToken

NSString

The authentication token.

Defined in

LiveConnectSession.h

See also

LiveConnectSession class