Home
last modified time | relevance | path

Searched refs:grpc_auth_refresh_token (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.h33 } grpc_auth_refresh_token; typedef
37 const grpc_auth_refresh_token* refresh_token);
41 grpc_auth_refresh_token grpc_auth_refresh_token_create_from_string(
46 grpc_auth_refresh_token grpc_auth_refresh_token_create_from_json(
50 void grpc_auth_refresh_token_destruct(grpc_auth_refresh_token* refresh_token);
85 grpc_auth_refresh_token refresh_token;
98 grpc_auth_refresh_token token);
Doauth2_credentials.cc37 const grpc_auth_refresh_token* refresh_token) { in grpc_auth_refresh_token_is_valid()
42 grpc_auth_refresh_token grpc_auth_refresh_token_create_from_json( in grpc_auth_refresh_token_create_from_json()
44 grpc_auth_refresh_token result; in grpc_auth_refresh_token_create_from_json()
48 memset(&result, 0, sizeof(grpc_auth_refresh_token)); in grpc_auth_refresh_token_create_from_json()
76 grpc_auth_refresh_token grpc_auth_refresh_token_create_from_string( in grpc_auth_refresh_token_create_from_string()
80 grpc_auth_refresh_token result = in grpc_auth_refresh_token_create_from_string()
87 void grpc_auth_refresh_token_destruct(grpc_auth_refresh_token* refresh_token) { in grpc_auth_refresh_token_destruct()
442 grpc_auth_refresh_token refresh_token) { in grpc_refresh_token_credentials_create_from_auth_refresh_token()
456 static char* create_loggable_refresh_token(grpc_auth_refresh_token* token) { in create_loggable_refresh_token()
470 grpc_auth_refresh_token token = in grpc_google_refresh_token_credentials_create()
/external/grpc-grpc/test/core/security/
Djson_token_test.cc427 grpc_auth_refresh_token refresh_token = in test_parse_refresh_token_success()
449 grpc_auth_refresh_token refresh_token = in test_parse_refresh_token_failure_no_type()
459 grpc_auth_refresh_token refresh_token = in test_parse_refresh_token_failure_no_client_id()
469 grpc_auth_refresh_token refresh_token = in test_parse_refresh_token_failure_no_client_secret()
479 grpc_auth_refresh_token refresh_token = in test_parse_refresh_token_failure_no_refresh_token()
/external/grpc-grpc/src/core/lib/security/credentials/google_default/
Dgoogle_default_credentials.cc121 grpc_auth_refresh_token token; in create_default_creds_from_path()