STS

Table of Contents

Client

class STS.Client

A low-level client representing AWS Security Token Service (STS)

Security Token Service (STS) enables you to request temporary, limited-privilege credentials for Identity and Access Management (IAM) users or for users that you authenticate (federated users). This guide provides descriptions of the STS API. For more information about using this service, see Temporary Security Credentials.

import boto3

client = boto3.client('sts')

These are the available methods: