Interface ClaimsAudienceProvider
- 
public interface ClaimsAudienceProviderIdentifies the recipients that the JWT is intended for.- Since:
 - 1.0
 - Author:
 - Sergio del Amo
 - See Also:
 - aud (Audience) Claim
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>audience() 
 -