Table of Contents

Class Auth0Client

Namespace
Auth0.OidcClient
Assembly
Auth0.OidcClient.dll

Primary class for performing authentication and authorization operations with Auth0 using the underlying IdentityModel.OidcClient.OidcClient.

public class Auth0Client : Auth0ClientBase, IAuth0Client
Inheritance
Auth0Client
Implements
Inherited Members

Constructors

Auth0Client(Auth0ClientOptions)

Creates a new instance of the Auth0 OIDC Client.

public Auth0Client(Auth0ClientOptions options)

Parameters

options Auth0ClientOptions

The Auth0ClientOptions specifying the configuration for the Auth0 OIDC Client.