AuthenticationManager
Constructors
No public constructors defined
Methods
void ToggleLoginState(System.Object) | stability index:1 |
---|---|
Return Value: none | |
Toggle current login state |
Boolean CanToggleLoginState(System.Object) | stability index:1 |
---|---|
Return Value: none | |
Check if able to toggle login state |
Properties
Boolean HasAuthProvider {get;} | stability index:1 |
---|---|
Determines if the this.client has login capabilities |
LoginState LoginState {get;} | stability index:1 |
---|---|
Specifies whether the user is logged in or not. |
String Username {get;} | stability index:1 |
---|---|
The username of the current user, if logged in. Otherwise null |
IAuthProvider AuthProvider {get;} | stability index:1 |
---|---|
Current IAuthProvider |