Auth0 Node.js SDK - v5.0.0
Preparing search index...
management
Management
UpdateBrandingRequestContent
Interface UpdateBrandingRequestContent
Example
{}
Copy
interface
UpdateBrandingRequestContent
{
colors
?:
UpdateBrandingColors
;
favicon_url
?:
string
;
logo_url
?:
string
;
font
?:
UpdateBrandingFont
;
}
Index
Properties
colors?
favicon_
url?
logo_
url?
font?
Properties
Optional
colors
colors
?:
UpdateBrandingColors
Optional
favicon_
url
favicon_url
?:
string
URL for the favicon. Must use HTTPS.
Optional
logo_
url
logo_url
?:
string
URL for the logo. Must use HTTPS.
Optional
font
font
?:
UpdateBrandingFont
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
colors
favicon_
url
logo_
url
font
Auth0 Node.js SDK - v5.0.0
Loading...
Example