Method | Description | |
---|---|---|
AuthorizeRequest ( string>.System |
Authorize a request using an authorization setter function.
|
|
SimpleAccessToken ( |
Create a new access token from the given account and tenant id
|
public AuthorizeRequest ( string>.System |
||
authTokenSetter | string>.System | The authorization token setter function. |
return | void |
public SimpleAccessToken ( |
||
account | The account, containing user id, access token information | |
tenantId | string | The tenant id for the given access token |
tokenType | string | The token type for the given token. |
return | Microsoft.Azure.Commands.Common.Authentication |