Class Auth0AuthenticationParameters
- Namespace
- Auth0.AspNetCore.Authentication
- Assembly
- Auth0.AspNetCore.Authentication.dll
public static class Auth0AuthenticationParameters
- Inheritance
-
Auth0AuthenticationParameters
- Inherited Members
Fields
Audience
The key used for the audience entry in AuthenticationProperties.Items
public static readonly string Audience
Field Value
Invitation
The key used for the invitation entry in AuthenticationProperties.Items
public static readonly string Invitation
Field Value
Organization
The key used for the organization entry in AuthenticationProperties.Items
public static readonly string Organization
Field Value
Scope
The key used for the scope entry in AuthenticationProperties.Items
public static readonly string Scope
Field Value
Methods
Parameter(string)
Generate a key for any extra parameter entry in AuthenticationProperties.Items
public static string Parameter(string key)
Parameters
key
string
Returns
- string
The key used for the extra parameter entry in AuthenticationProperties.Items