AppBroadcastSignInResult
AppBroadcastSignInResult
AppBroadcastSignInResult
AppBroadcastSignInResult
Enum
Definition
Specifies the result of a sign-in operation.
Note
This API requires the appBroadcast and appBroadcastSettings capability which is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime.
public : enum class AppBroadcastSignInResultpublic enum AppBroadcastSignInResultPublic Enum AppBroadcastSignInResult// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.15063.0)
|
| API contract |
Windows.Media.Capture.AppBroadcastContract (introduced v1)
|
| Capabilities |
appBroadcastSettings
appBroadcast
|
Fields
| AuthenticationFailed AuthenticationFailed AuthenticationFailed AuthenticationFailed | The sign-in authentication failed. |
| ServiceUnavailable ServiceUnavailable ServiceUnavailable ServiceUnavailable | The sign-in service is unavailable. |
| Success Success Success Success | The sign-in was successful. |
| Unauthorized Unauthorized Unauthorized Unauthorized | The authenticated user does not have permission to access to the requested resource. |
| Unknown Unknown Unknown Unknown | The sign-in result is unknown. |
Remarks
Get the result of a sign-in operation by handling the AppBroadcastBackgroundServiceSignInInfo.SignInStateChanged event.