![]() |
![]()
| ![]() |
![]()
NAMEPaws::CognitoIdentity::CognitoIdentityProvider USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::CognitoIdentity::CognitoIdentityProvider object: $service_obj->Method(Att1 => { ClientId => $value, ..., ServerSideTokenCheck => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::CognitoIdentity::CognitoIdentityProvider object: $result = $service_obj->Method(...); $result->Att1->ClientId DESCRIPTIONA provider representing an Amazon Cognito user pool and its client ID. ATTRIBUTESClientId => StrThe client ID for the Amazon Cognito user pool. ProviderName => StrThe provider name for an Amazon Cognito user pool. For example, "cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789". ServerSideTokenCheck => BoolTRUE if server-side token validation is enabled for the identity provider’s token. Once you set "ServerSideTokenCheck" to TRUE for an identity pool, that identity pool will check with the integrated user pools to make sure that the user has not been globally signed out or deleted before the identity pool provides an OIDC token or AWS credentials for the user. If the user is signed out or deleted, the identity pool will return a 400 Not Authorized error. SEE ALSOThis class forms part of Paws, describing an object used in Paws::CognitoIdentity BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|