The VGAuthorizationState type exposes the following members.

Properties

  NameDescription
Public propertyIsCanceled
Checks whether the authorization process has been canceled by the user.
Public propertyIsFailed
Checks if the authorization process has failed
Public propertyIsUserNotAuthorized
Checks whether the user is not authorized to access to the application (whether the user has no granted role).
Public propertyIsUserNotFound
Checks whether the user is not found in the repository.
Public propertyIsVersionNotCompatible
Checks whether the version of the permission is not compatible with the version of the application.
Public propertyStatus
Gets a VGAuthorizationStatus corresponding to the authorization state.

See Also