TokenRequiredEventArgs Class
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.
Informs the application that the service requires an updated access token or authentication token.
public ref class TokenRequiredEventArgs : EventArgs
public class TokenRequiredEventArgs : EventArgs
type TokenRequiredEventArgs = class
inherit EventArgs
Public Class TokenRequiredEventArgs
Inherits EventArgs
- Inheritance
-
TokenRequiredEventArgs
Constructors
TokenRequiredEventArgs(IntPtr, Boolean) |
Properties
AccessToken |
The access token to be used by the operation that requires it. |
AuthenticationToken |
The authentication token to be used by the operation that requires it. |
Methods
ConvertCookieToHandle(UInt64) | |
ConvertHandleToCookie(IntPtr) | |
Finalize() | |
GetDeferral() |
Returns a deferral object that can be used to provide an updated access token or authentication token from another asynchronous operation. |