Package | Description |
---|---|
com.okta.sdk.impl.resource.brand | |
com.okta.sdk.resource.brand |
Modifier and Type | Class and Description |
---|---|
class |
DefaultImageUploadResponse
ImageUploadResponse
|
Modifier and Type | Method and Description |
---|---|
ImageUploadResponse |
DefaultTheme.updateBrandThemeBackgroundImage(String brandId,
String themeId,
File file)
Updates the background image for your Theme
Updates the background image for your Theme
|
ImageUploadResponse |
DefaultTheme.updateBrandThemeFavicon(String brandId,
String themeId,
File file)
Updates the favicon for your theme
Updates the favicon for your theme
|
ImageUploadResponse |
DefaultTheme.uploadBrandThemeLogo(String brandId,
String themeId,
File file)
Update a themes logo
Updates the logo for your Theme
|
Modifier and Type | Method and Description |
---|---|
ImageUploadResponse |
Theme.updateBrandThemeBackgroundImage(String brandId,
String themeId,
File file)
Updates the background image for your Theme
Updates the background image for your Theme
|
ImageUploadResponse |
Theme.updateBrandThemeFavicon(String brandId,
String themeId,
File file)
Updates the favicon for your theme
Updates the favicon for your theme
|
ImageUploadResponse |
Theme.uploadBrandThemeLogo(String brandId,
String themeId,
File file)
Update a themes logo
Updates the logo for your Theme
|
Copyright © 2017–2023 Okta. All rights reserved.