Uses of Class
com.google.auth.oauth2.TokenVerifier.Builder
Packages that use TokenVerifier.Builder
-
Uses of TokenVerifier.Builder in com.google.auth.oauth2
Methods in com.google.auth.oauth2 that return TokenVerifier.BuilderModifier and TypeMethodDescriptionstatic TokenVerifier.Builder
TokenVerifier.newBuilder()
TokenVerifier.Builder.setAudience
(String audience) Set a target audience to verify.TokenVerifier.Builder.setCertificatesLocation
(String certificatesLocation) Override the location URL that contains published public keys.TokenVerifier.Builder.setClock
(com.google.api.client.util.Clock clock) Set the clock for checking token expiry.TokenVerifier.Builder.setHttpTransportFactory
(HttpTransportFactory httpTransportFactory) Set the HttpTransportFactory used for requesting public keys from the certificate URL.Set the issuer to verify.TokenVerifier.Builder.setPublicKey
(PublicKey publicKey) Set the PublicKey for verifying the signature.Constructors in com.google.auth.oauth2 with parameters of type TokenVerifier.Builder