IOpenIdConnectEvents.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:
System::Threading::Tasks::Task ^ MessageReceived(Microsoft::AspNetCore::Authentication::OpenIdConnect::MessageReceivedContext ^ context);
public System.Threading.Tasks.Task MessageReceived (Microsoft.AspNetCore.Authentication.OpenIdConnect.MessageReceivedContext context);
abstract member MessageReceived : Microsoft.AspNetCore.Authentication.OpenIdConnect.MessageReceivedContext -> System.Threading.Tasks.Task
Public Function MessageReceived (context As MessageReceivedContext) As Task
Parameters
- context
- MessageReceivedContext