Auth0 Node.js SDK - v5.0.0
Preparing search index...
management
Management
OrganizationBranding
Interface OrganizationBranding
Theme defines how to style the login pages.
interface
OrganizationBranding
{
logo_url
?:
string
;
colors
?:
OrganizationBrandingColors
;
}
Index
Properties
logo_
url?
colors?
Properties
Optional
logo_
url
logo_url
?:
string
URL of logo to display on login page.
Optional
colors
colors
?:
OrganizationBrandingColors
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
logo_
url
colors
Auth0 Node.js SDK - v5.0.0
Loading...
Theme defines how to style the login pages.