AWS.STS.TSTSClient.GetFederationToken

Request a set of temporary security credentials for a federated user.

function GetFederationToken(const ARequest: ISTSGetFederationTokenRequest): ISTSGetFederationTokenResponse; overload;
__fastcall ISTSGetFederationTokenResponse GetFederationToken(const ISTSGetFederationTokenRequest ARequest);

File: AWS.STS.pas 

Namespace: AWS.STS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARequest: ISTSGetFederationTokenRequest
An GetFederationToken request object.

Response containing GetFederationToken results.

Exceptions
Description
The request was rejected because the policy document was malformed.
The request was rejected beacuse the total packed size of the session policies and tags combined was too large.
AWS STS is not activated in the region for the account being asked to generate credentials.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.