Home
last modified time | relevance | path

Searched defs:refresh_token (Results 126 – 150 of 431) sorted by relevance

12345678910>>...18

/dports/devel/grpc/grpc-1.42.0/test/core/security/
H A Dfetch_oauth2.cc67 grpc_slice refresh_token; in create_refresh_token_creds() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gae_ts_mon/gae_ts_mon/protobuf/google/oauth2/
H A D_client.py156 def refresh_grant(request, token_uri, refresh_token, client_id, client_secret): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/core/security/
H A Dfetch_oauth2.cc68 grpc_slice refresh_token; in create_refresh_token_creds() local
/dports/www/pomerium/pomerium-0.8.3/scripts/
H A Dprogrammatic_access.py31 def __init__(self, jwt, refresh_token): argument
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_XrSessionInit.rs45 r.is_ok(),
46 "setting properties should never fail on our dictionary objects"
/dports/www/py-tuir/tuir-1.29.0/tests/
H A Dtest_page.py95 def test_page_authenticated(reddit, terminal, config, oauth, refresh_token): argument
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/bitbucket/
H A Dconnection.rb9 attr_reader :expires_at, :expires_in, :refresh_token, :token accessor in Bitbucket.Connection
/dports/multimedia/obs-studio/obs-studio-27.1.3/UI/
H A Dauth-oauth.hpp52 std::string refresh_token; member in OAuth
/dports/devel/grpc/grpc-1.42.0/src/core/lib/security/credentials/oauth2/
H A Doauth2_credentials.cc54 const grpc_auth_refresh_token* refresh_token) { in grpc_auth_refresh_token_is_valid()
107 void grpc_auth_refresh_token_destruct(grpc_auth_refresh_token* refresh_token) { in grpc_auth_refresh_token_destruct()
467 grpc_auth_refresh_token refresh_token) in grpc_google_refresh_token_credentials()
472 grpc_auth_refresh_token refresh_token) { in grpc_refresh_token_credentials_create_from_auth_refresh_token()
/dports/devel/grpc130/grpc-1.30.2/src/core/lib/security/credentials/oauth2/
H A Doauth2_credentials.cc53 const grpc_auth_refresh_token* refresh_token) { in grpc_auth_refresh_token_is_valid()
105 void grpc_auth_refresh_token_destruct(grpc_auth_refresh_token* refresh_token) { in grpc_auth_refresh_token_destruct()
470 grpc_auth_refresh_token refresh_token) in grpc_google_refresh_token_credentials()
475 grpc_auth_refresh_token refresh_token) { in grpc_refresh_token_credentials_create_from_auth_refresh_token()
/dports/devel/grpc134/grpc-1.34.1/src/core/lib/security/credentials/oauth2/
H A Doauth2_credentials.cc54 const grpc_auth_refresh_token* refresh_token) { in grpc_auth_refresh_token_is_valid()
106 void grpc_auth_refresh_token_destruct(grpc_auth_refresh_token* refresh_token) { in grpc_auth_refresh_token_destruct()
467 grpc_auth_refresh_token refresh_token) in grpc_google_refresh_token_credentials()
472 grpc_auth_refresh_token refresh_token) { in grpc_refresh_token_credentials_create_from_auth_refresh_token()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/lib/security/credentials/oauth2/
H A Doauth2_credentials.cc48 const grpc_auth_refresh_token* refresh_token) { in grpc_auth_refresh_token_is_valid()
100 void grpc_auth_refresh_token_destruct(grpc_auth_refresh_token* refresh_token) { in grpc_auth_refresh_token_destruct()
452 grpc_auth_refresh_token refresh_token) in grpc_google_refresh_token_credentials()
457 grpc_auth_refresh_token refresh_token) { in grpc_refresh_token_credentials_create_from_auth_refresh_token()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/lib/security/credentials/oauth2/
H A Doauth2_credentials.cc54 const grpc_auth_refresh_token* refresh_token) { in grpc_auth_refresh_token_is_valid()
107 void grpc_auth_refresh_token_destruct(grpc_auth_refresh_token* refresh_token) { in grpc_auth_refresh_token_destruct()
467 grpc_auth_refresh_token refresh_token) in grpc_google_refresh_token_credentials()
472 grpc_auth_refresh_token refresh_token) { in grpc_refresh_token_credentials_create_from_auth_refresh_token()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/startup/
H A Dcredential_provider_signin_dialog_win.cc118 std::string refresh_token = in HandleSigninCompleteForGcpwLogin() local
213 const base::Value* refresh_token = dict_result->FindKeyOfType( in ParseArgs() local
417 const std::string& refresh_token, in ValidateSigninCompleteResult()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/signin/
H A Dinline_login_handler_chromeos.cc141 void UpsertAccount(const std::string& refresh_token) { in UpsertAccount()
227 void OnConsentLogged(const std::string& refresh_token, in OnConsentLogged()
300 void OnConsentLogged(const std::string& refresh_token, bool success) { in OnConsentLogged()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/signin/
H A Dsignin_util_win.cc106 const std::string& refresh_token, in ImportCredentialsFromProvider()
260 std::string refresh_token = DecryptRefreshToken(encrypted_refresh_token); in TrySigninWithCredentialProvider() local
/dports/security/py-oauthlib/oauthlib-1.1.2/oauthlib/oauth2/rfc6749/grant_types/
H A Dauthorization_code.py98 def __init__(self, request_validator=None, refresh_token=True): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/base/
H A Doauth_token_getter.h54 std::string refresh_token; member
/dports/security/py-oauthlib/oauthlib-1.1.2/tests/oauth2/rfc6749/endpoints/
H A Dtest_client_authentication.py26 def inspect_client(self, request, refresh_token=False): argument
/dports/graphics/photoqt/photoqt-1.6/cplusplus/scripts/shareonline/
H A Dimgur.h96 QString refresh_token; variable
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libedataserver/
H A De-oauth2-service.c201 const gchar *refresh_token, in eos_default_prepare_refresh_token_form()
741 const gchar *refresh_token, in e_oauth2_service_prepare_refresh_token_form()
1131 const gchar *refresh_token, in eos_store_token_sync()
1310 gchar *access_token = NULL, *refresh_token = NULL, *expires_in = NULL, *token_type = NULL; in e_oauth2_service_receive_and_store_token_sync() local
1361 const gchar *refresh_token, in e_oauth2_service_refresh_and_store_token_sync()
1508 gchar *refresh_token = NULL; in e_oauth2_service_get_access_token_sync() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/google_apis/gaia/
H A Doauth2_access_token_fetcher_impl.cc163 const std::string& refresh_token) in OAuth2AccessTokenFetcherImpl()
327 const std::string& refresh_token, in MakeGetAccessTokenBody()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/google-reauth-python/tests/
H A Dtest_reauth_creds.py82 def _run_refresh_test(self, http_mock, access_token, refresh_token, argument
100 def _check_credentials(self, creds, store, access_token, refresh_token, argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/google_apis/gaia/
H A Doauth2_access_token_fetcher_impl.cc163 const std::string& refresh_token) in OAuth2AccessTokenFetcherImpl()
327 const std::string& refresh_token, in MakeGetAccessTokenBody()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/signin/internal/identity_manager/
H A Dmutable_profile_oauth2_token_service_delegate.h94 std::string refresh_token; member

12345678910>>...18