getAudiences

getAudiences(token:     String; 
             audiences: StringArray input) typeMethod;

The getAudiences method of the JadeJWTParser class parses the JSON Web Token specified in the token parameter for all values of the audience (aud) claim and populates the StringArray specified in the audiences parameter with them.

2020.0.01 and higher