ICognitoIdentityLookupDeveloperIdentityRequest
Interface in AWS.CognitoIdentity
Interface for LookupDeveloperIdentity requests.
Ancestors
Properties
DeveloperUserIdentifier
property DeveloperUserIdentifier: string
Specify a unique ID used by your backend authentication process to identify a user.
DeveloperUserIdentifier, IdentityId, or both must be specified.
IdentityId
property IdentityId: string
Specify the ID of the identity in the format REGION:GUID.
DeveloperUserIdentifier, IdentityId, or both must be specified.
IdentityPoolId
property IdentityPoolId: string
Specify the ID of the identity pool in the format REGION:GUID.
MaxResults
property MaxResults: TOptional<Integer>
Specify the maximum number of identities to return.
NextToken
property NextToken: string
Specify a NextToken from a previous response to fetch more results.