JwtBearerEvents.MessageReceived(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 ^ MessageReceived(Microsoft::AspNetCore::Authentication::JwtBearer::MessageReceivedContext ^ context);
public virtual System.Threading.Tasks.Task MessageReceived (Microsoft.AspNetCore.Authentication.JwtBearer.MessageReceivedContext context);
abstract member MessageReceived : Microsoft.AspNetCore.Authentication.JwtBearer.MessageReceivedContext -> System.Threading.Tasks.Task
override this.MessageReceived : Microsoft.AspNetCore.Authentication.JwtBearer.MessageReceivedContext -> System.Threading.Tasks.Task
Public Overridable Function MessageReceived (context As MessageReceivedContext) As Task
Parameters
- context
- MessageReceivedContext