Extensions for registering the local access token authentication handler
public static class LocalApiAuthenticationExtensions
- Inheritance:
- ObjectObjectLocalApiAuthenticationExtensions
Extension Methods
AddLocalApi(AuthenticationBuilder) | Registers the authentication handler for local APIs. |
AddLocalApi(AuthenticationBuilder, Action<LocalApiAuthenticationOptions>) | Registers the authentication handler for local APIs. |
AddLocalApi(AuthenticationBuilder, string, Action<LocalApiAuthenticationOptions>) | Registers the authentication handler for local APIs. |
AddLocalApi(AuthenticationBuilder, string, string, Action<LocalApiAuthenticationOptions>) | Registers the authentication handler for local APIs. |
AddLocalApiAuthentication(IServiceCollection, Func<ClaimsPrincipal, Task<ClaimsPrincipal>>) | Adds support for local APIs |