![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Event arguments for Remote Authentication callback methods. More...
Public Member Functions | |
| RemoteAuthenticationEventArgs (object State, params KeyValuePair< string, object >[] JwtClaims) | |
| Event arguments for Remote Authentication callback methods. More... | |
| RemoteAuthenticationEventArgs (object State, string ErrorMessage, bool LogAuditFailure) | |
| Event arguments for Remote Authentication callback methods. More... | |
Properties | |
| object | State [get] |
| State object. More... | |
| bool | Ok [get] |
| If remote authentication was successful or not. More... | |
| string | ErrorMessage [get] |
| Error message, if remote authentication failed. More... | |
| bool | LogAuditFailure [get] |
| If audit failure should be logged. More... | |
| KeyValuePair< string, object >[] | JwtClaims [get] |
| JWT Claims to include in token generated. More... | |
Event arguments for Remote Authentication callback methods.
Definition at line 9 of file RemoteAuthenticationEventArgs.cs.
| Paiwise.RemoteAuthenticationEventArgs.RemoteAuthenticationEventArgs | ( | object | State, |
| params KeyValuePair< string, object >[] | JwtClaims | ||
| ) |
Event arguments for Remote Authentication callback methods.
| State | State object. |
| JwtClaims | JWT claims to include in token generated. |
Definition at line 16 of file RemoteAuthenticationEventArgs.cs.
| Paiwise.RemoteAuthenticationEventArgs.RemoteAuthenticationEventArgs | ( | object | State, |
| string | ErrorMessage, | ||
| bool | LogAuditFailure | ||
| ) |
Event arguments for Remote Authentication callback methods.
| State | State object. |
| ErrorMessage | Error message. |
| LogAuditFailure | If audit failure should be logged. |
Definition at line 32 of file RemoteAuthenticationEventArgs.cs.
|
get |
Error message, if remote authentication failed.
Definition at line 55 of file RemoteAuthenticationEventArgs.cs.
|
get |
JWT Claims to include in token generated.
Definition at line 65 of file RemoteAuthenticationEventArgs.cs.
|
get |
If audit failure should be logged.
Definition at line 60 of file RemoteAuthenticationEventArgs.cs.
|
get |
If remote authentication was successful or not.
Definition at line 50 of file RemoteAuthenticationEventArgs.cs.
|
get |
State object.
Definition at line 45 of file RemoteAuthenticationEventArgs.cs.