Given the ID of a user pool app client, returns detailed information about the style assigned to the app client
Source:R/cognitoidentityprovider_operations.R
cognitoidentityprovider_desc_mana_logi_bran_by_clie.RdGiven the ID of a user pool app client, returns detailed information about the style assigned to the app client.
See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_describe_managed_login_branding_by_client/ for full documentation.
Usage
cognitoidentityprovider_describe_managed_login_branding_by_client(
UserPoolId,
ClientId,
ReturnMergedResources = NULL
)Arguments
- UserPoolId
[required] The ID of the user pool that contains the app client where you want more information about the managed login branding style.
- ClientId
[required] The app client that's assigned to the branding style that you want more information about.
- ReturnMergedResources
When
true, returns values for branding options that are unchanged from Amazon Cognito defaults. Whenfalseor when you omit this parameter, returns only values that you customized in your branding style.