Edit

Share via


SignInStatus Enum

Definition

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

Success 0

Signed in successfully.

UserCancel 2

The user decided to cancel the sign-in operation. Can only be returned from SigninAsync().

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().

Applies to