validateIss property
bool
get
validateIss
Validates that the issuer matches the expected Firebase URL format.
Implementation
bool get validateIss => iss == 'https://securetoken.google.com/$aud';
Validates that the issuer matches the expected Firebase URL format.
bool get validateIss => iss == 'https://securetoken.google.com/$aud';