CernVM-FS
2.12.0
|
#include <stdint.h>
#include <string>
Go to the source code of this file.
Namespaces | |
receiver | |
Enumerations | |
enum | receiver::TokenCheckResult { receiver::kValid = 0, receiver::kInvalid, receiver::kExpired } |
Functions | |
bool | receiver::GenerateSessionToken (const std::string &key_id, const std::string &path, uint64_t max_lease_time, std::string *session_token, std::string *public_token_id, std::string *token_secret) |
bool | receiver::GetTokenPublicId (const std::string &token, std::string *public_id) |
TokenCheckResult | receiver::CheckToken (const std::string &token, const std::string &secret, std::string *lease_path) |