1 instantiation of BearerTokenEvents
Microsoft.AspNetCore.Authentication.BearerToken (1)
BearerTokenOptions.cs (1)
21
Events =
new
();
6 references to BearerTokenEvents
Microsoft.AspNetCore.Authentication.BearerToken (6)
BearerTokenHandler.cs (2)
22
private new
BearerTokenEvents
Events => (
BearerTokenEvents
)base.Events!;
BearerTokenOptions.cs (3)
67
/// The application may implement the interface fully, or it may create an instance of <see cref="
BearerTokenEvents
"/>
70
public new
BearerTokenEvents
Events
72
get { return (
BearerTokenEvents
)base.Events!; }
MessageReceivedContext.cs (1)
9
/// A context for <see cref="
BearerTokenEvents
.OnMessageReceived"/>.