Class Auth0ApiOptions
- Namespace
- Auth0.AspNetCore.Authentication.Api
- Assembly
- Auth0.AspNetCore.Authentication.Api.dll
Configuration options for Auth0 API authentication. This class is designed to be bound from configuration sources such as appsettings.json.
public class Auth0ApiOptions
- Inheritance
-
Auth0ApiOptions
- Inherited Members
Properties
Audience
The API identifier (audience) registered in Auth0.
public string Audience { get; set; }
Property Value
Domain
Auth0 domain name, e.g. tenant.auth0.com.
public string Domain { get; set; }