Google ID tokens contain useful information such as the {@link Payload#getUserId() obfuscatedGoogle user ID}. Google ID tokens are signed and the signature must be verified using {@link #verify(GoogleIdTokenVerifier)}, which also checks that your application's client ID is the intended audience.
Implementation is not thread-safe.
@since 1.7 @author Yaniv Inbar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|