Interface ClaimsAudienceProvider


public interface ClaimsAudienceProvider
Identifies the recipients that the JWT is intended for.
Since:
1.0
Author:
Sergio del Amo
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • audience

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