34 #ifndef GRPC_INTERNAL_CORE_SECURITY_JSON_TOKEN_H
35 #define GRPC_INTERNAL_CORE_SECURITY_JSON_TOKEN_H
37 #include <grpc/support/slice.h>
38 #include <openssl/rsa.h>
42 #define GRPC_JWT_OAUTH2_AUDIENCE "https://www.googleapis.com/oauth2/v3/token"
60 const char *json_string);
74 typedef char *(*grpc_jwt_encode_and_sign_override)(
79 void grpc_jwt_encode_and_sign_set_override(
80 grpc_jwt_encode_and_sign_override func);
92 int grpc_auth_refresh_token_is_valid(
98 const char *json_string);
Definition: json_token.h:84
Definition: json_token.h:46