Uses of Class
software.amazon.awssdk.services.sts.model.IdpCommunicationErrorException
-
Packages that use IdpCommunicationErrorException Package Description software.amazon.awssdk.services.sts Security Token Service -
-
Uses of IdpCommunicationErrorException in software.amazon.awssdk.services.sts
Methods in software.amazon.awssdk.services.sts that throw IdpCommunicationErrorException Modifier and Type Method Description default AssumeRoleWithWebIdentityResponseStsClient. assumeRoleWithWebIdentity(Consumer<AssumeRoleWithWebIdentityRequest.Builder> assumeRoleWithWebIdentityRequest)Returns a set of temporary security credentials for users who have been authenticated in a mobile or web application with a web identity provider.default AssumeRoleWithWebIdentityResponseStsClient. assumeRoleWithWebIdentity(AssumeRoleWithWebIdentityRequest assumeRoleWithWebIdentityRequest)Returns a set of temporary security credentials for users who have been authenticated in a mobile or web application with a web identity provider.
-