Interface SecretVerifier
-
public interface SecretVerifier
Secret verifier.
-
-
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. Notnull
.- Returns:
true
if the secret is valid, elsefalse
.
-
-