Examples of using Session token in English and their translations into Spanish
{-}
-
Colloquial
-
Official
Specifies the AWS session token to use.
The session token used for temporary credentials.
You also add to your API request the session token that you receive from AWS STS.
You cannot use the aws configure command because it does not support capturing the session token.
Include the session token in the"x-amz-security-token" header.
This malicious Android app is disguised as a session token generator of the bank.
AWS uses the session token to validate the temporary security credentials.
The header name is X-Amz-Security-Token, andthe header's value is the session token.
Use the session token that is provided with the temporary security credentials.
Call getSessionToken on the STS client to get a session token, using the GetSessionTokenRequest object.
The session token is a one-time use token that can only be used to register a new MFA type.
The name of the header or query string parameter is X-Amz-Security-Token, andthe value is the session token.
This session token can be used in the SDK to register an MFA type and then to continue to authenticate.
To allow users to register a new MFA method at this stage,Amazon Cognito returns a Session Token along with the challenge.
You add the session token to the HTTP header or the query string parameter, but not both.
Once you have authenticated your user with the Facebook SDK,add the session token to the Amazon Cognito credentials provider.
You provide the session token value in the x-amz-security-token header when you send requests to Amazon S3.
The AWS STS API actions return temporary security credentials that consist of an access key and a session token.
You add the session token to an HTTP header or to a query string parameter named X-Amz-Security-Token.
When you make a call using temporary security credentials,the call must include a session token, which is returned along with those temporary credentials.
A session token is a unique identifier that is generated and sent from a server to a client to identify the current interaction session. .
When using temporary credentials obtained from STS, create a BasicSessionCredentials object,passing it the STS-supplied credentials and session token.
For more information about using a session token for temporary access, see Requesting Temporary Security Credentials.
This example configures the Amazon ECS CLI to create anduse a profile named default with a set of access keys and an AWS session token.
If the AWS_SESSION_TOKEN environment variable if it is set when ecs-cliconfigure profile is run, then the AWS session token is set to the value of that environment variable.
The call returns temporary security credentials consisting of an AWS access key ID,a secret access key, and a session token.
When the command is finished, you can extract the access key ID,secret access key, and session token from wherever you have routed it, either manually or by using a script.
Your user should receive a set of temporary access credentials, which include an AWS access key ID,a secret access key, and a session token.
When you obtain temporary security credentials using the AWS Security Token Service API,the response includes temporary security credentials and a session token.
Adele's app can trade this authentication information for a set of temporary security credentials that consist of an AWS access key ID,a secret access key, and a session token.