AuthRequestParams 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 AuthRequestParams sealed
/// [Windows.Foundation.Metadata.Activatable(Microsoft.Security.Authentication.OAuth.IAuthRequestParamsFactory, 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 AuthRequestParams final
[Windows.Foundation.Metadata.Activatable(typeof(Microsoft.Security.Authentication.OAuth.IAuthRequestParamsFactory), 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 AuthRequestParams
function AuthRequestParams(responseType, clientId, redirectUri)
Public NotInheritable Class AuthRequestParams
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| AuthRequestParams(String, String, Uri) | |
| AuthRequestParams(String, String) | |
Properties
| Name | Description |
|---|---|
| AdditionalParams | |
| ClientId | |
| CodeChallenge | |
| CodeChallengeMethod | |
| RedirectUri | |
| ResponseType | |
| Scope | |
| State | |
Methods
| Name | Description |
|---|---|
| CreateForAuthorizationCodeRequest(String, Uri) | |
| CreateForAuthorizationCodeRequest(String) | |