IWebAuthenticationBrokerContinuationEventArgs
IWebAuthenticationBrokerContinuationEventArgs
IWebAuthenticationBrokerContinuationEventArgs
IWebAuthenticationBrokerContinuationEventArgs
Interface
Definition
Provides information to an app that was launched after being suspended for a web authentication broker operation.
public : interface IWebAuthenticationBrokerContinuationEventArgspublic interface IWebAuthenticationBrokerContinuationEventArgsPublic Interface IWebAuthenticationBrokerContinuationEventArgs// You can use this interface in JavaScript.
- Inheritance
-
IContinuationActivatedEventArgsIContinuationActivatedEventArgsIContinuationActivatedEventArgsIContinuationActivatedEventArgsIWebAuthenticationBrokerContinuationEventArgsIWebAuthenticationBrokerContinuationEventArgsIWebAuthenticationBrokerContinuationEventArgsIWebAuthenticationBrokerContinuationEventArgs
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited properties
Properties
WebAuthenticationResult WebAuthenticationResult WebAuthenticationResult WebAuthenticationResult
Gets the WebAuthenticationResult object returned from the web authentication broker operation.
public : WebAuthenticationResult WebAuthenticationResult { get; }public WebAuthenticationResult WebAuthenticationResult { get; }Public ReadOnly Property WebAuthenticationResult As WebAuthenticationResult// You can use this property in JavaScript.
- Value
- WebAuthenticationResult WebAuthenticationResult WebAuthenticationResult WebAuthenticationResult
The result of the web authentication broker operation.