Share via


LiveConnectSession scopes property

Gets the user scopes for this Microsoft account session.

Signature

@property (nonatomic, readonly) NSArray *scopes;

Property Values

Name

Datatype

Description

scopes

NSArray

An array of scope values that the user has consented to.

Defined in

LiveConnectSession.h

See also

LiveConnectSession class