LuxChat  2.0
Instant messenger for iOS
Instance Methods | Properties | List of all members
FBSDKLoginManagerLoginResult Class Reference

#import <FBSDKLoginManagerLoginResult.h>

Inheritance diagram for FBSDKLoginManagerLoginResult:

Instance Methods

(instancetype) - initWithToken:isCancelled:grantedPermissions:declinedPermissions:
 

Properties

FBSDKAccessTokentoken
 
BOOL isCancelled
 
NSSet * grantedPermissions
 
NSSet * declinedPermissions
 

Detailed Description

Describes the result of a login attempt.

Method Documentation

- (instancetype) initWithToken: (FBSDKAccessToken *)  token
isCancelled: (BOOL)  isCancelled
grantedPermissions: (NSSet *)  grantedPermissions
declinedPermissions: (NSSet *)  NS_DESIGNATED_INITIALIZER 

Initializes a new instance.

Parameters
tokenthe access token
isCancelledwhether the login was cancelled by the user
grantedPermissionsthe set of granted permissions
declinedPermissionsthe set of declined permissions

Property Documentation

- (NSSet*) declinedPermissions
readwritenonatomiccopy

the set of permissions declined by the user in the associated request. inspect the token's permissions set for a complete list.

- (NSSet*) grantedPermissions
readwritenonatomiccopy

the set of permissions granted by the user in the associated request. inspect the token's permissions set for a complete list.

- (BOOL) isCancelled
readnonatomicassign

whether the login was cancelled by the user.

- (FBSDKAccessToken*) token
readwritenonatomiccopy

the access token.


The documentation for this class was generated from the following file: