Lists information about all identity providers for a user pool.
cognitoidentityprovider_list_identity_providers(UserPoolId, MaxResults,
NextToken)
A list with the following syntax:
list(
Providers = list(
list(
ProviderName = "string",
ProviderType = "SAML"|"Facebook"|"Google"|"LoginWithAmazon"|"SignInWithApple"|"OIDC",
LastModifiedDate = as.POSIXct(
"2015-01-01"
),
CreationDate = as.POSIXct(
"2015-01-01"
)
)
),
NextToken = "string"
)
[required] The user pool ID.
The maximum number of identity providers to return.
A pagination token.
svc$list_identity_providers(
UserPoolId = "string",
MaxResults = 123,
NextToken = "string"
)