Class Auth0ApiOptions
- Namespace
- Auth0.AspNetCore.Authentication.Api
- Assembly
- Auth0.AspNetCore.Authentication.Api.dll
Configuration options for Auth0 API authentication.
public class Auth0ApiOptions
- Inheritance
-
Auth0ApiOptions
- Inherited Members
Properties
Domain
Auth0 domain name, e.g. tenant.auth0.com.
public string? Domain { get; set; }
Property Value
JwtBearerOptions
The configuration options for JWT Bearer authentication.
public JwtBearerOptions? JwtBearerOptions { get; set; }