ark::crypt::JwtPair

Defined in header “ark/crypt/jwt.hh”.


A structure that is returned when constructing a JWT (for testing purposes).

Variables

  • std::string token
    The actual token that was generated.

  • std::string public_key
    The public key that can be used for verification.

  • std::string private_key
    The private key that could be used to sign other tokens.