HomeSort by relevance Sort by last modified time
    Searched refs:AccessToken (Results 1 - 11 of 11) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
test_oauth2_client.py 67 return oauth2_client.AccessToken(
89 return oauth2_client.AccessToken(
177 token = oauth2_client.AccessToken(
208 token = oauth2_client.AccessToken(
221 token = oauth2_client.AccessToken('foo', expiry)
225 token2 = oauth2_client.AccessToken.UnSerialize(serialized_token)
235 self.token_1 = oauth2_client.AccessToken('token1', self.start_time)
236 self.token_2 = oauth2_client.AccessToken(
352 'AccessToken(token=%s, expiry=2014-03-26 01:01:43Z)' % token)
oauth2_client.py 242 value = AccessToken.UnSerialize(f.read())
300 The cached or freshly obtained AccessToken.
390 return AccessToken(credentials.access_token, credentials.token_expiry,
593 The fetched AccessToken.
600 return AccessToken(credentials.access_token,
644 return AccessToken(
676 class AccessToken(object):
686 """Creates an AccessToken object from its serialized form."""
701 return AccessToken(GetValue(kv, 'token'), expiry)
737 return 'AccessToken(token=%s, expiry=%sZ)' % (self.token, self.expiry
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wbemtran.h 193 virtual HRESULT WINAPI WBEMLogin(LPWSTR wszPreferredLocale,WBEM_128BITS AccessToken,__LONG32 lFlags,IWbemContext *pCtx,IWbemServices **ppNamespace) = 0;
204 HRESULT (WINAPI *WBEMLogin)(IWbemLevel1Login *This,LPWSTR wszPreferredLocale,WBEM_128BITS AccessToken,__LONG32 lFlags,IWbemContext *pCtx,IWbemServices **ppNamespace);
217 #define IWbemLevel1Login_WBEMLogin(This,wszPreferredLocale,AccessToken,lFlags,pCtx,ppNamespace) (This)->lpVtbl->WBEMLogin(This,wszPreferredLocale,AccessToken,lFlags,pCtx,ppNamespace)
225 HRESULT WINAPI IWbemLevel1Login_WBEMLogin_Proxy(IWbemLevel1Login *This,LPWSTR wszPreferredLocale,WBEM_128BITS AccessToken,__LONG32 lFlags,IWbemContext *pCtx,IWbemServices **ppNamespace);
http.h 593 HANDLE AccessToken;
sspi.h 533 void *AccessToken;
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/auth/google-auth-library-oauth2-http/0.3.0/
google-auth-library-oauth2-http-0.3.0.jar 
  /external/libweave/src/privet/
security_manager_unittest.cc 155 TEST_F(SecurityManagerTest, AccessToken) {
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/uast/
uast-145.597.3.jar 

Completed in 101 milliseconds