Home
last modified time | relevance | path

Searched refs:grpc_auth_refresh_token_create_from_string (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/test/core/security/
Djson_token_test.cc377 grpc_auth_refresh_token_create_from_string(test_refresh_token_str); in test_parse_refresh_token_success()
399 grpc_auth_refresh_token_create_from_string(refresh_token_str); in test_parse_refresh_token_failure_no_type()
409 grpc_auth_refresh_token_create_from_string(refresh_token_str); in test_parse_refresh_token_failure_no_client_id()
419 grpc_auth_refresh_token_create_from_string(refresh_token_str); in test_parse_refresh_token_failure_no_client_secret()
429 grpc_auth_refresh_token_create_from_string(refresh_token_str); in test_parse_refresh_token_failure_no_refresh_token()
/third_party/grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.h49 grpc_auth_refresh_token grpc_auth_refresh_token_create_from_string(
Doauth2_credentials.cc95 grpc_auth_refresh_token grpc_auth_refresh_token_create_from_string( in grpc_auth_refresh_token_create_from_string() function
501 grpc_auth_refresh_token_create_from_string(json_refresh_token); in grpc_google_refresh_token_credentials_create()