WebTokenRequestPromptType WebTokenRequestPromptType WebTokenRequestPromptType WebTokenRequestPromptType Enum

Definition

Represents the prompt type of a web token request.

public : enum class WebTokenRequestPromptTypepublic enum WebTokenRequestPromptTypePublic Enum WebTokenRequestPromptType// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

Default Default Default Default

The default request type.

ForceAuthentication ForceAuthentication ForceAuthentication ForceAuthentication

A request with forced authentication. This will require the user to enter their credentials, regardless of whether they are already logged in.

See Also