Skip to content

SimpleCredentials

Troy Willmot edited this page Oct 16, 2016 · 2 revisions

Summary

The SimpleCredentials tasks holds credentials already loaded into standard .Net strings.

Properties

string Identifier

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.

string Secret

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.