|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 (Experimental). |
| 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()
|
| 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, by verifying the signature, verifying the current time against the issued at and expiration time (allowing for a 5 minute clock skew), and checking the issuer, audience, and issuee. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||