메소드 | 설명 | |
---|---|---|
ApiKey ( string username, string apiKey ) : |
Create an AuthenticationRequest using the specified username and API key as credentials.
|
|
Password ( string username, string password ) : |
Create an AuthenticationRequest using the specified username and password as credentials. |
public static ApiKey ( string username, string apiKey ) : |
||
username | string | The account username. |
apiKey | string | The account API key. |
리턴 |
public static Password ( string username, string password ) : |
||
username | string | The account username. |
password | string | The account password. |
리턴 |