Java com.google.api.client.googleapis.auth.oauth2 GoogleIdTokenVerifier fields, constructors, methods, implement or subclass

Example usage for Java com.google.api.client.googleapis.auth.oauth2 GoogleIdTokenVerifier fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.api.client.googleapis.auth.oauth2 GoogleIdTokenVerifier.

The text is from its open source code.

Constructor

Method

booleanverify(GoogleIdToken googleIdToken)
Verifies that the given ID token is valid using the cached public keys.
GoogleIdTokenverify(String idTokenString)
Verifies that the given ID token is valid using #verify(GoogleIdToken) and returns the ID token if succeeded.