public class JwtAudienceValidator extends Object implements Validator<Token>
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getTrustedClientIds() |
ValidationResult |
validate(Token token)
Validates the given object.
|
public ValidationResult validate(Token token)
Validatorvalidate in interface Validator<Token>token - the object of type T to be validated.ValidationResult.Copyright © 2024. All rights reserved.