/aosp_15_r20/external/grpc-grpc/test/core/security/ |
H A D | json_token_test.cc | 399 grpc_auth_refresh_token refresh_token = in TEST() local 421 grpc_auth_refresh_token refresh_token = in TEST() local 431 grpc_auth_refresh_token refresh_token = in TEST() local 441 grpc_auth_refresh_token refresh_token = in TEST() local 451 grpc_auth_refresh_token refresh_token = in TEST() local
|
H A D | fetch_oauth2.cc | 65 std::string refresh_token = in create_refresh_token_creds() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/oauth2/ |
D | oauth2_credentials.cc | 73 const grpc_auth_refresh_token* refresh_token) { in grpc_auth_refresh_token_is_valid() 127 void grpc_auth_refresh_token_destruct(grpc_auth_refresh_token* refresh_token) { in grpc_auth_refresh_token_destruct() 473 grpc_auth_refresh_token refresh_token) in grpc_google_refresh_token_credentials() 478 grpc_auth_refresh_token refresh_token) { in grpc_refresh_token_credentials_create_from_auth_refresh_token()
|
D | oauth2_credentials.h | 65 char* refresh_token; member 156 const grpc_auth_refresh_token& refresh_token() const { in refresh_token() function
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/oauth2/ |
H A D | oauth2_credentials.cc | 73 const grpc_auth_refresh_token* refresh_token) { in grpc_auth_refresh_token_is_valid() 127 void grpc_auth_refresh_token_destruct(grpc_auth_refresh_token* refresh_token) { in grpc_auth_refresh_token_destruct() 474 grpc_auth_refresh_token refresh_token) in grpc_google_refresh_token_credentials() 479 grpc_auth_refresh_token refresh_token) { in grpc_refresh_token_credentials_create_from_auth_refresh_token()
|
H A D | oauth2_credentials.h | 64 char* refresh_token; member 155 const grpc_auth_refresh_token& refresh_token() const { in refresh_token() function
|
/aosp_15_r20/external/googleapis/google/cloud/identitytoolkit/v2/ |
H A D | account_management_service.proto | 88 string refresh_token = 2; field 142 string refresh_token = 2; field
|
H A D | authentication_service.proto | 75 string refresh_token = 2; field
|
/aosp_15_r20/external/python/google-auth-library-python/google/oauth2/ |
D | _reauth_async.py | 209 request, client_id, client_secret, refresh_token, token_uri, scopes=None argument 248 refresh_token, argument
|
D | _client.py | 247 def _handle_refresh_grant_response(response_data, refresh_token): argument 279 refresh_token, argument
|
D | reauth.py | 236 request, client_id, client_secret, refresh_token, token_uri, scopes=None argument 275 refresh_token, argument
|
D | credentials.py | 70 refresh_token=None, argument 168 def refresh_token(self): member in Credentials
|
D | _client_async.py | 215 refresh_token, argument
|
/aosp_15_r20/external/python/google-auth-library-python/tests/data/ |
D | authorized_user_cloud_sdk.json | 4 "refresh_token": "alabalaportocala", string
|
D | authorized_user.json | 4 "refresh_token": "alabalaportocala", string
|
D | authorized_user_with_rapt_token.json | 4 "refresh_token": "alabalaportocala", string
|
D | authorized_user_cloud_sdk_with_quota_project_id.json | 4 "refresh_token": "alabalaportocala", string
|
/aosp_15_r20/external/python/oauth2client/tests/data/gcloud/ |
D | application_default_credentials_authorized_user.json | 4 "refresh_token": "alabalaportocala", string
|
D | application_default_credentials_malformed_2.json | 5 "refresh_token": "alabalaportocala", string
|
D | application_default_credentials_malformed_3.json | 5 "refresh_token": "alabalaportocala", string
|
D | application_default_credentials_malformed_1.json | 5 "refresh_token": "alabalaportocala", string
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/testdata/ |
H A D | application_default_credentials.json | 4 "refresh_token": "fake-refresh-token", string
|
/aosp_15_r20/external/python/oauth2client/oauth2client/ |
D | client.py | 470 def __init__(self, access_token, client_id, client_secret, refresh_token, argument 1095 def __init__(self, access_token, client_id, client_secret, refresh_token, argument
|
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/oauth2client/ |
H A D | client.py | 483 def __init__(self, access_token, client_id, client_secret, refresh_token, argument 1164 def __init__(self, access_token, client_id, client_secret, refresh_token, argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/ |
H A D | oauth_client.cc | 245 string client_id, client_secret, refresh_token; in GetTokenFromRefreshTokenJson() local
|