Table of Contents

Class AWSToken

Namespace
Amazon.Runtime
Assembly
AWSSDK.Core.dll

Contains the metadata necessary for BearerTokenSigner to sign outgoing Api requests with an Authorization header.

public class AWSToken
Inheritance
AWSToken
Inherited Members

Remarks

This class is the focused public projection of the internal class SsoToken

Constructors

AWSToken()

public AWSToken()

Properties

ExpiresAt

public DateTime? ExpiresAt { get; set; }

Property Value

DateTime?

Token

public string Token { get; set; }

Property Value

string

Methods

ToString()

public override string ToString()

Returns

string