Property | Type | Description |
---|
Method | Description | |
---|---|---|
AuthenticationResponse ( ) : System |
Constructrs a successful response.
|
|
AuthenticationResponse ( ResponseErrorCode responseCode, string errorMessage ) : System |
Optional ctor for constructing an errored response.
|
public AuthenticationResponse ( ResponseErrorCode responseCode, string errorMessage ) : System | ||
responseCode | ResponseErrorCode | Error code (reason). |
errorMessage | string | Human readable reason message. |
return | System |