Event AuthorizationFailed
Invoked when a sign-in attempt has failed. The reason for failure is passed as the parameter ServerAuthenticationException.
Namespace: Unity.Services.Authentication.Server
Assembly: solution.dll
Syntax
event Action<ServerAuthenticationException> AuthorizationFailed
Returns
Type | Description |
---|---|
Action<ServerAuthenticationException> |