The following tables list the members exposed by AuthenticationService.
Name | Description | |
---|---|---|
![]() | AuthenticationService Constructor | Creates a new AuthenticationService instance. |
Name | Description | |
---|---|---|
![]() | AuthenticationContext | Returns the current DevForce AuthenticationContext. |
![]() | ConnectionOptions | Specifies the IEntityManagerProvider.ConnectionOptions used by the current AuthenticationService. |
![]() | IsLoggedIn | Returns whether the user is logged in. |
![]() | Principal | Returns the System.Security.Principal.IPrincipal representing the current user. |
Name | Description | |
---|---|---|
![]() | Configure | Configures the current AuthenticationService. |
![]() | Login | Login with the supplied credential. |
![]() | LoginAsync | Overloaded. Login with the supplied credential. |
![]() | Logout | Logs out the current user. |
![]() | LogoutAsync | Overloaded. Logs out the current user. |
Name | Description | |
---|---|---|
![]() | NotifyPropertyChanged | Internal use. |
![]() | OnLoggedIn | Triggers the LoggedIn event. |
![]() | OnLoggedOut | Triggers the LoggedOut event. |
![]() | OnPrincipalChanged | Triggers the PrincipalChanged event. |
Name | Description | |
---|---|---|
![]() | LoggedIn | Signals that a user successfully logged in. |
![]() | LoggedOut | Signals that a user successfully logged out. |
![]() | PrincipalChanged | Signals that the principal has changed due to a login or logout. |
![]() | PropertyChanged | Notifies of changed properties. |