Packages

Runtime core for the aws-gleam SDK: credentials, SigV4 + SigV4a signing, endpoint resolution, retry, HTTP transport, waiters, paginators, and Smithy protocol codecs.

Current section

Files

Jump to
aws_gleam_runtime include aws@internal@providers@sso_SsoCredentials.hrl
Raw

include/aws@internal@providers@sso_SsoCredentials.hrl

-record(sso_credentials, {
access_key_id :: binary(),
secret_access_key :: binary(),
session_token :: binary(),
expires_at :: integer()
}).