AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains credentials to use for federation.

Inheritance Hierarchy

System.Object
  Amazon.Connect.Model.Credentials

Namespace: Amazon.Connect.Model
Assembly: AWSSDK.Connect.dll
Version: 3.x.y.z

Syntax

C#
public class Credentials

The Credentials type exposes the following members

Constructors

NameDescription
Public Method Credentials()

Properties

NameTypeDescription
Public Property AccessToken System.String

Gets and sets the property AccessToken.

An access token generated for a federated user to access Amazon Connect.

Public Property AccessTokenExpiration System.DateTime

Gets and sets the property AccessTokenExpiration.

A token generated with an expiration time for the session a user is logged in to Amazon Connect.

Public Property RefreshToken System.String

Gets and sets the property RefreshToken.

Renews a token generated for a user to access the Amazon Connect instance.

Public Property RefreshTokenExpiration System.DateTime

Gets and sets the property RefreshTokenExpiration.

Renews the expiration timer for a generated token.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5