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