TokenRequestParams Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class TokenRequestParams sealed
/// [Windows.Foundation.Metadata.Activatable(Microsoft.Security.Authentication.OAuth.ITokenRequestParamsFactory, 65536, "Microsoft.Security.Authentication.OAuth.OAuthContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Security.Authentication.OAuth.OAuthContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class TokenRequestParams final
[Windows.Foundation.Metadata.Activatable(typeof(Microsoft.Security.Authentication.OAuth.ITokenRequestParamsFactory), 65536, "Microsoft.Security.Authentication.OAuth.OAuthContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Security.Authentication.OAuth.OAuthContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class TokenRequestParams
function TokenRequestParams(grantType)
Public NotInheritable Class TokenRequestParams
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| TokenRequestParams(String) | |
Properties
| Name | Description |
|---|---|
| AdditionalParams | |
| ClientId | |
| Code | |
| CodeVerifier | |
| GrantType | |
| Password | |
| RedirectUri | |
| RefreshToken | |
| Scope | |
| Username | |
Methods
| Name | Description |
|---|---|
| CreateForAuthorizationCodeRequest(AuthResponse) | |
| CreateForClientCredentials() | |
| CreateForExtension(Uri) | |
| CreateForRefreshToken(String) | |