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
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() |