publicKeys property
A list of public keys to be used by the DevEndpoints
for
authentication. Using this attribute is preferred over a single public key
because the public keys allow you to have a different private key per
client.
Implementation
final List<String>? publicKeys;