Interface ClaimsAudienceProvider


  • public interface ClaimsAudienceProvider
    Identifies the recipients that the JWT is intended for.
    Since:
    1.0
    Author:
    Sergio del Amo
    See Also:
    aud (Audience) Claim
    • Method Detail

      • audience

        java.util.List<java.lang.String> audience()
        Returns:
        a List of JWT recipients identifiers.