isVerified property
Returns true
if this JWT has been successfully verified, false
if
verification failed and null
if no verification attempt has been made
Implementation
bool? get isVerified => _verified;
Returns true
if this JWT has been successfully verified, false
if
verification failed and null
if no verification attempt has been made
bool? get isVerified => _verified;