PermissionContext Class
Provides access to permission information associated with a user.
Assembly: Microsoft.AspNet.Facebook (in Microsoft.AspNet.Facebook.dll)
The PermissionContext type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DeclinedPermissions | Permissions that were previously requested for but not granted for the lifetime of this application. This can happen by a user revoking, skipping or choosing not to allow permissions in the Facebook login dialog. |
![]() | FacebookContext | Provides access to Facebook-specific information. |
![]() | FilterContext | Provides access to filter information. |
![]() | MissingPermissions | The entire list of missing permissions for the current page, including DeclinedPermissions and SkippedPermissions. |
![]() | RequiredPermissions | The entire list of requested permissions for the current page. Includes permissions that were already prompted for. |
![]() | Result | The ActionResult that should be used to control the login flow. If value is null then we will continue onto the action that is intended to be invoked. Non-null values short-circuit the action. |
![]() | SkippedPermissions | Permissions that were previously requested for but skipped for the current page. This can happen from a user hitting the "skip" button when requesting permissions. |
Show:
