| MinIO C++ SDK
    | 
#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 () | 
Credentials contains access key and secret key with optional session token and expiration.