View source: R/cognitoidentityprovider_operations.R
cognitoidentityprovider_set_ui_customization | R Documentation |
Sets the user interface (UI) customization information for a user pool's built-in app UI.
See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_set_ui_customization/ for full documentation.
cognitoidentityprovider_set_ui_customization(
UserPoolId,
ClientId = NULL,
CSS = NULL,
ImageFile = NULL
)
UserPoolId |
[required] The user pool ID for the user pool. |
ClientId |
The client ID for the client app. |
CSS |
The CSS values in the UI customization. |
ImageFile |
The uploaded logo image for the UI customization. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.