Credentials¶
Hold all information that required to authenticate to a remote server.
Fields:¶
AuthenticationTypes Type¶
- The type of the Authentication. If you don't know what to use, the preferred way is to choose Unknow.
String UserName¶
- The username to authenticate on the remote server.
String Password¶
- The password to use in the authentication process. The password will be stored only in this class.