TokenRequiredEventArgs Class

Definition

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.

Applies to