Property | Type | Description |
---|
Method | Description | |
---|---|---|
UserCredential ( ) |
Constructor to create user credential. Using this constructor would imply integrated authentication with logged in user and it can only be used in domain joined scenarios.
|
|
UserCredential ( string userName ) |
Constructor to create credential with client id and secret
|
public UserCredential ( string userName ) | ||
userName | string | Identifier of the user application requests token on behalf. |