-
Notifications
You must be signed in to change notification settings - Fork 1
SimpleCredentials
Troy Willmot edited this page Oct 16, 2016
·
2 revisions
The SimpleCredentials tasks holds credentials already loaded into standard .Net strings.
Gets or sets one part of a two part credential. This part is usually not 'secret' and is used to identify the user/account. In a user name/password pair, this would be the user name. In an OAuth 1.0A token, this would be the token key.
Gets or sets one part of a two part credential. This part is considered highly 'secret' and is as proof the given identity is correct. In a user name/password pair, this would be the password. In an OAuth 1.0A token, this would be the token secret/hash key.