Table of Contents

Class GetSessionTokenResponse

Namespace
Amazon.SecurityToken.Model
Assembly
AWSSDK.SecurityToken.dll

Contains the response to a successful GetSessionToken request, including temporary Amazon Web Services credentials that can be used to make Amazon Web Services requests.

public class GetSessionTokenResponse : AmazonWebServiceResponse
Inheritance
GetSessionTokenResponse

Constructors

GetSessionTokenResponse()

public GetSessionTokenResponse()

Properties

Credentials

Gets and sets the property Credentials.

The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.

note

The size of the security token that STS API operations return is not fixed. We strongly recommend that you make no assumptions about the maximum size.

public Credentials Credentials { get; set; }

Property Value

Credentials