프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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. |
리턴 | System |