MinIO C++ SDK
Public Member Functions | List of all members
minio::creds::Credentials Class Reference

#include <creds.h>

Public Member Functions

 Credentials (const Credentials &creds)
 
 Credentials (std::string_view access_key, std::string_view secret_key, std::string_view session_token="", unsigned int expiration=0)
 
std::string AccessKey ()
 
std::string SecretKey ()
 
std::string SessionToken ()
 
bool IsExpired ()
 

Detailed Description

Credentials contains access key and secret key with optional session token and expiration.


The documentation for this class was generated from the following files: