|
LuxChat
2.0
Instant messenger for iOS
|
#import <FBSDKLoginManagerLoginResult.h>
Instance Methods | |
| (instancetype) | - initWithToken:isCancelled:grantedPermissions:declinedPermissions: |
Properties | |
| FBSDKAccessToken * | token |
| BOOL | isCancelled |
| NSSet * | grantedPermissions |
| NSSet * | declinedPermissions |
Describes the result of a login attempt.
| - (instancetype) initWithToken: | (FBSDKAccessToken *) | token | |
| isCancelled: | (BOOL) | isCancelled | |
| grantedPermissions: | (NSSet *) | grantedPermissions | |
| declinedPermissions: | (NSSet *) | NS_DESIGNATED_INITIALIZER | |
Initializes a new instance.
| token | the access token |
| isCancelled | whether the login was cancelled by the user |
| grantedPermissions | the set of granted permissions |
| declinedPermissions | the set of declined permissions |
|
readwritenonatomiccopy |
the set of permissions declined by the user in the associated request. inspect the token's permissions set for a complete list.
|
readwritenonatomiccopy |
the set of permissions granted by the user in the associated request. inspect the token's permissions set for a complete list.
|
readnonatomicassign |
whether the login was cancelled by the user.
|
readwritenonatomiccopy |
the access token.
1.8.9.1