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

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

Finalize()

Applies to

See also