Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/security/
Djson_token_test.cc428 grpc_auth_refresh_token_create_from_string(test_refresh_token_str); in test_parse_refresh_token_success()
450 grpc_auth_refresh_token_create_from_string(refresh_token_str); in test_parse_refresh_token_failure_no_type()
460 grpc_auth_refresh_token_create_from_string(refresh_token_str); in test_parse_refresh_token_failure_no_client_id()
470 grpc_auth_refresh_token_create_from_string(refresh_token_str); in test_parse_refresh_token_failure_no_client_secret()
480 grpc_auth_refresh_token_create_from_string(refresh_token_str); in test_parse_refresh_token_failure_no_refresh_token()
/external/grpc-grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.h41 grpc_auth_refresh_token grpc_auth_refresh_token_create_from_string(
Doauth2_credentials.cc76 grpc_auth_refresh_token grpc_auth_refresh_token_create_from_string( in grpc_auth_refresh_token_create_from_string() function
471 grpc_auth_refresh_token_create_from_string(json_refresh_token); in grpc_google_refresh_token_credentials_create()