Uses of Class
com.google.api.client.googleapis.auth.oauth2.GoogleIdToken

Packages that use GoogleIdToken
com.google.api.client.googleapis.auth.oauth2 Google's additions to OAuth 2.0 authorization as specified in Using OAuth 2.0 to Access Google APIs
 

Uses of GoogleIdToken in com.google.api.client.googleapis.auth.oauth2
 

Methods in com.google.api.client.googleapis.auth.oauth2 that return GoogleIdToken
static GoogleIdToken GoogleIdToken.parse(JsonFactory jsonFactory, String idTokenString)
          Parses the given ID token string and returns the parsed GoogleIdToken.
 GoogleIdToken GoogleTokenResponse.parseIdToken()
           
 GoogleIdToken GoogleIdTokenVerifier.verify(String idTokenString)
          Returns a Google ID token if the given ID token string is valid using GoogleIdTokenVerifier.verify(GoogleIdToken, String) with the GoogleIdTokenVerifier.getClientIds().
 

Methods in com.google.api.client.googleapis.auth.oauth2 with parameters of type GoogleIdToken
 boolean GoogleIdTokenVerifier.verify(GoogleIdToken idToken)
          Verifies that the given ID token is valid using GoogleIdTokenVerifier.verify(GoogleIdToken, String) with the GoogleIdTokenVerifier.getClientIds().
 boolean GoogleIdTokenVerifier.verify(GoogleIdToken idToken, String clientId)
          Verifies that the given ID token is valid, using the given client ID.
 boolean GoogleIdTokenVerifier.verify(Set<String> clientIds, GoogleIdToken idToken)
          Verifies that the given ID token is valid, using the given set of client IDs.
 



Copyright © 2010-2012 Google. All Rights Reserved.