Credentials
public struct Credentials : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An access token generated for a federated user to access Amazon Connect.
Declaration
Swift
public let accessToken: String? -
A token generated with an expiration time for the session a user is logged in to Amazon Connect.
Declaration
Swift
public let accessTokenExpiration: TimeStamp? -
Renews a token generated for a user to access the Amazon Connect instance.
Declaration
Swift
public let refreshToken: String? -
Renews the expiration timer for a generated token.
Declaration
Swift
public let refreshTokenExpiration: TimeStamp?
View on GitHub
Credentials Structure Reference