userver: crypto::aws::V4TimeScope Struct Reference
Loading...
Searching...
No Matches
crypto::aws::V4TimeScope Struct Reference

#include <userver/crypto/aws.hpp>

Detailed Description

Date and credential scope used to sign a request.

Definition at line 44 of file aws.hpp.

Public Attributes

std::time_t now {}
std::string amz_date
std::string date_stamp
std::string credential_scope

Member Data Documentation

◆ amz_date

std::string crypto::aws::V4TimeScope::amz_date

Definition at line 46 of file aws.hpp.

◆ credential_scope

std::string crypto::aws::V4TimeScope::credential_scope

Definition at line 48 of file aws.hpp.

◆ date_stamp

std::string crypto::aws::V4TimeScope::date_stamp

Definition at line 47 of file aws.hpp.

◆ now

std::time_t crypto::aws::V4TimeScope::now {}

Definition at line 45 of file aws.hpp.


The documentation for this struct was generated from the following file: