Interface OidcTokenAuthenticationMechanism.TokenVerifier

Enclosing class:
OidcTokenAuthenticationMechanism
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface protected static interface OidcTokenAuthenticationMechanism.TokenVerifier
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.api.client.json.webtoken.JsonWebSignature
    verify(String service, String rawToken)
     
  • Method Details

    • verify

      @Nullable com.google.api.client.json.webtoken.JsonWebSignature verify(@Nullable String service, String rawToken) throws com.google.auth.oauth2.TokenVerifier.VerificationException
      Throws:
      com.google.auth.oauth2.TokenVerifier.VerificationException