Interface SecretVerifier

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean verify​(com.nimbusds.oauth2.sdk.auth.Secret secret)
      Verifies the specified secret.
    • Method Detail

      • verify

        boolean verify​(com.nimbusds.oauth2.sdk.auth.Secret secret)
        Verifies the specified secret.
        Parameters:
        secret - The secret. Not null.
        Returns:
        true if the secret is valid, else false.