JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.micronaut.security.token.jwt.generator.claims
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 Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
List
<
String
>
audience
()
Method Detail
audience
List
<
String
> audience()
Returns:
a List of JWT recipients identifiers.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method