BearerTokenEvents.MessageReceivedAsync(MessageReceivedContext) Method
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.
Invoked when a protocol message is first received.
public virtual System.Threading.Tasks.Task MessageReceivedAsync (Microsoft.AspNetCore.Authentication.BearerToken.MessageReceivedContext context);
abstract member MessageReceivedAsync : Microsoft.AspNetCore.Authentication.BearerToken.MessageReceivedContext -> System.Threading.Tasks.Task
override this.MessageReceivedAsync : Microsoft.AspNetCore.Authentication.BearerToken.MessageReceivedContext -> System.Threading.Tasks.Task
Public Overridable Function MessageReceivedAsync (context As MessageReceivedContext) As Task
Parameters
- context
- MessageReceivedContext