Class Auth0WebAppWithAccessTokenOptions
- Namespace
- Auth0.Asp
Net .AuthenticationCore
- Assembly
- Auth0.AspNetCore.Authentication.dll
Options used to configure the SDK when using Access Tokens
- Inheritance
-
Auth0
Web App With Access Token Options
- Inherited Members
Properties
Audience
The audience to be used for requesting API access.
Property Value
Events
Events allowing you to hook into specific moments in the Auth0 middleware.
Property Value
Scope
Scopes to be used to request token(s). (e.g. "Scope1 Scope2 Scope3")
Property Value
UseRefreshTokens
Define whether or not Refresh Tokens should be used internally when the access token is expired.