SignInStatus Enum
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.
Enumeration values that indicate the result status of sign in.
[Windows.Foundation.Metadata.Version(1)]
public enum SignInStatus
type SignInStatus =
Public Enum SignInStatus
- Inheritance
-
SignInStatus
- Attributes
-
Windows.Foundation.Metadata.VersionAttribute
Fields
Name | Value | Description |
---|---|---|
Success | 0 | Signed in successfully. |
UserInteractionRequired | 1 | Need to invoke the SignInAsync API (w/ UX) to let the user take necessary actions for the sign-in operation to continue. Can only be returned from SigninSilentlyAsync(). |
UserCancel | 2 | The user decided to cancel the sign-in operation. Can only be returned from SigninAsync(). |