Searched refs:hmacKey_ (Results 1 – 1 of 1) sorted by relevance
74 if (!hmacKey_) return ResponseCode::Unexpected; in init()134 void setHmacKey(const AuthTokenKey& key) { hmacKey_ = key; } in setHmacKey()135 optional<AuthTokenKey> hmacKey() const { return hmacKey_; } in hmacKey()271 optional<AuthTokenKey> hmacKey_; variable