|
10Duke Enterprise C++ Client
|
This is the complete list of members for tenduke::jwt::JWT, including all inherited members.
| arrayClaims | tenduke::jwt::JWT | protected |
| claim(const std::string &name) const | tenduke::jwt::JWT | |
| claims | tenduke::jwt::JWT | protected |
| getArrayClaim(const std::string &name) const | tenduke::jwt::JWT | |
| getAudience() const | tenduke::jwt::JWT | |
| getClaims() const | tenduke::jwt::JWT | inline |
| getExpirationTime() const | tenduke::jwt::JWT | |
| getHeaderParameterKID() const | tenduke::jwt::JWT | |
| getHeaderParameters() const | tenduke::jwt::JWT | |
| getIntClaim(const std::string &claimName) const | tenduke::jwt::JWT | |
| getIssuedAt() const | tenduke::jwt::JWT | |
| getIssuer() const | tenduke::jwt::JWT | |
| getJWTID() const | tenduke::jwt::JWT | |
| getMapClaim(const std::string &name) const | tenduke::jwt::JWT | |
| getStringClaim(const std::string &claimName) const | tenduke::jwt::JWT | |
| getSubject() const | tenduke::jwt::JWT | |
| hasClaim(const std::string &name) const | tenduke::jwt::JWT | |
| headerParameters | tenduke::jwt::JWT | protected |
| isInfinite() const | tenduke::jwt::JWT | |
| JWT(std::map< std::string, std::string > claims) | tenduke::jwt::JWT | explicit |
| JWT(const std::map< std::string, std::string > &claims, const std::map< std::string, std::string > &headerParameters, const std::map< std::string, std::map< std::string, std::string > > &mapClaims={}, const std::map< std::string, std::vector< std::string > > &arrayClaims={}) | tenduke::jwt::JWT | |
| JWT(const JWT ©)=default | tenduke::jwt::JWT | |
| mapClaims | tenduke::jwt::JWT | protected |
| NUMBER_NOT_PRESENT | tenduke::jwt::JWT | static |