Class AWSToken
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
Token
public string Token { get; set; }
Property Value
Methods
ToString()
public override string ToString()