String identityPoolName
A string that you provide.
Boolean allowUnauthenticatedIdentities
TRUE if the identity pool supports unauthenticated logins.
Map<K,V> supportedLoginProviders
Optional key:value pairs mapping provider names to provider app IDs.
String developerProviderName
 The "domain" by which Cognito will refer to your users. This name acts as
 a placeholder that allows your backend and the Cognito service to
 communicate about the developer provider. For the
 DeveloperProviderName, you can use letters as well as period
 (.), underscore (_), and dash (-).
 
Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.
List<E> openIdConnectProviderARNs
A list of OpendID Connect provider ARNs.
String identityPoolId
String identityPoolName
A string that you provide.
Boolean allowUnauthenticatedIdentities
Map<K,V> supportedLoginProviders
Optional key:value pairs mapping provider names to provider app IDs.
String developerProviderName
The "domain" by which Cognito will refer to your users.
List<E> openIdConnectProviderARNs
A list of OpendID Connect provider ARNs.
String accessKeyId
The Access Key portion of the credentials.
String secretKey
The Secret Access Key portion of the credentials
String sessionToken
The Session Token portion of the credentials
Date expiration
The date at which these credentials will expire.
String identityPoolId
String identityPoolId
String identityPoolId
String identityPoolName
A string that you provide.
Boolean allowUnauthenticatedIdentities
Map<K,V> supportedLoginProviders
Optional key:value pairs mapping provider names to provider app IDs.
String developerProviderName
The "domain" by which Cognito will refer to your users.
List<E> openIdConnectProviderARNs
A list of OpendID Connect provider ARNs.
String identityId
A unique identifier in the format REGION:GUID.
String identityId
List<E> logins
Date creationDate
Date on which the identity was created.
Date lastModifiedDate
Date on which the identity was last modified.
String identityId
A unique identifier in the format REGION:GUID.
Credentials credentials
Credentials for the provided identity ID.
String identityPoolId
An identity pool ID in the format REGION:GUID.
String accountId
String identityPoolId
Map<K,V> logins
A set of optional name-value pairs that map provider names to provider tokens.
 The available provider names for Logins are as follows:
 
graph.facebook.comaccounts.google.comwww.amazon.comapi.twitter.comwww.digits.comString identityId
String identityPoolId
An identity pool ID in the format REGION:GUID.
String identityId
A unique identifier in the format REGION:GUID.
Map<K,V> logins
 A set of optional name-value pairs that map provider names to provider
 tokens. Each name-value pair represents a user from a public provider or
 developer provider. If the user is from a developer provider, the
 name-value pair will follow the syntax
 "developer_provider_name": "developer_user_identifier". The
 developer provider is the "domain" by which Cognito will refer to your
 users; you provided this domain while creating/updating the identity
 pool. The developer user identifier is an identifier from your backend
 that uniquely identifies a user. When you create an identity pool, you
 can specify the supported logins.
 
Long tokenDuration
The expiration time of the token, in seconds. You can specify a custom expiration time for the token so that you can cache it. If you don't provide an expiration time, the token is valid for 15 minutes. You can exchange the token with Amazon STS for temporary AWS credentials, which are valid for a maximum of one hour. The maximum token duration you can set is 24 hours. You should take care in setting the expiration time for a token, as there are significant security implications: an attacker could use a leaked token to access your AWS resources for the token's duration.
String identityId
Map<K,V> logins
String identityId
List<E> logins
Date creationDate
Date on which the identity was created.
Date lastModifiedDate
Date on which the identity was last modified.
String identityPoolId
Integer maxResults
String nextToken
Boolean hideDisabled
An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.
String identityPoolId
An identity pool ID in the format REGION:GUID.
String identityId
A unique identifier in the format REGION:GUID.
String developerUserIdentifier
A unique ID used by your backend authentication process to identify a user. Typically, a developer identity provider would issue many developer user identifiers, in keeping with the number of users.
Integer maxResults
The maximum number of identities to return.
String nextToken
 A pagination token. The first call you make will have
 NextToken set to null. After that the service will return
 NextToken values as needed. For example, let's say you make
 a request with MaxResults set to 10, and there are 20
 matches in the database. The service will return a pagination token as a
 part of the response. This token can be used to call the API again and
 get results starting from the 11th match.
 
String identityId
A unique identifier in the format REGION:GUID.
List<E> developerUserIdentifierList
This is the list of developer user identifiers associated with an identity ID. Cognito supports the association of multiple developer user identifiers with an identity ID.
String nextToken
 A pagination token. The first call you make will have
 NextToken set to null. After that the service will return
 NextToken values as needed. For example, let's say you make
 a request with MaxResults set to 10, and there are 20
 matches in the database. The service will return a pagination token as a
 part of the response. This token can be used to call the API again and
 get results starting from the 11th match.
 
String sourceUserIdentifier
 User identifier for the source user. The value should be a
 DeveloperUserIdentifier.
 
String destinationUserIdentifier
 User identifier for the destination user. The value should be a
 DeveloperUserIdentifier.
 
String developerProviderName
 The "domain" by which Cognito will refer to your users. This is a
 (pseudo) domain name that you provide while creating an identity pool.
 This name acts as a placeholder that allows your backend and the Cognito
 service to communicate about the developer provider. For the
 DeveloperProviderName, you can use letters as well as period
 (.), underscore (_), and dash (-).
 
String identityPoolId
An identity pool ID in the format REGION:GUID.
String identityId
A unique identifier in the format REGION:GUID.
String identityId
A unique identifier in the format REGION:GUID.
String identityPoolId
An identity pool ID in the format REGION:GUID.
String developerProviderName
The "domain" by which Cognito will refer to your users.
String developerUserIdentifier
String identityPoolId
String identityPoolName
A string that you provide.
Boolean allowUnauthenticatedIdentities
Map<K,V> supportedLoginProviders
Optional key:value pairs mapping provider names to provider app IDs.
String developerProviderName
The "domain" by which Cognito will refer to your users.
List<E> openIdConnectProviderARNs
A list of OpendID Connect provider ARNs.
String identityPoolId
String identityPoolName
A string that you provide.
Boolean allowUnauthenticatedIdentities
Map<K,V> supportedLoginProviders
Optional key:value pairs mapping provider names to provider app IDs.
String developerProviderName
The "domain" by which Cognito will refer to your users.
List<E> openIdConnectProviderARNs
A list of OpendID Connect provider ARNs.
Copyright © 2015. All rights reserved.