Microsoft.AspNetCore.Authentication.OAuth Namespace

namespace Microsoft.AspNetCore.Authentication.OAuth

Interfaces

interface IOAuthEvents
Specifies callback methods which the Microsoft.AspNetCore.Authentication.OAuth.OAuthMiddleware`1 invokes to enable developer control over the authentication process.

Classes

class OAuthCreatingTicketContext
Contains information about the login session as well as the user System.Security.Claims.ClaimsIdentity.
class OAuthEvents
Default Microsoft.AspNetCore.Authentication.OAuth.IOAuthEvents implementation.
class OAuthHandler<TOptions>
class OAuthMiddleware<TOptions>
An ASP.NET Core middleware for authenticating users using OAuth services.
class OAuthRedirectToAuthorizationContext
Context passed when a Challenge causes a redirect to authorize endpoint in the middleware.
class OAuthTokenResponse