aud property

List<String> aud
final

The audience for which this token is intended. This value is a JSON array of two strings, the first is the project number of your Firebase project, and the second is the project ID of the same project.

Implementation

final List<String> aud;