BearerTokenEvents 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.
Specifies events which the bearer token handler invokes to enable developer control over the authentication process.
public class BearerTokenEvents
type BearerTokenEvents = class
Public Class BearerTokenEvents
- Inheritance
-
BearerTokenEvents
Constructors
BearerTokenEvents() |
Properties
OnMessageReceived |
Invoked when a protocol message is first received. |
Methods
MessageReceivedAsync(MessageReceivedContext) |
Invoked when a protocol message is first received. |