Virgil Security C++ SDK
|
This is the complete list of members for virgil::sdk::jwt::JwtGenerator, including all inherited members.
apiKey() const | virgil::sdk::jwt::JwtGenerator | |
apiPublicKeyIdentifier() const | virgil::sdk::jwt::JwtGenerator | |
appId() const | virgil::sdk::jwt::JwtGenerator | |
crypto() const | virgil::sdk::jwt::JwtGenerator | |
generateToken(const std::string &identity, const std::unordered_map< std::string, std::string > &additionalData=std::unordered_map< std::string, std::string >()) const | virgil::sdk::jwt::JwtGenerator | |
JwtGenerator(crypto::keys::PrivateKey apiKey, std::string apiPublicKeyIdentifier, std::shared_ptr< crypto::Crypto > crypto, std::string appId, int ttl) | virgil::sdk::jwt::JwtGenerator | |
ttl() const | virgil::sdk::jwt::JwtGenerator |