verificationKey property
The key used to verify the JWT tokens.
Implementation
@override
dart_jsonwebtoken.JWTKey get verificationKey => publicKey;
The key used to verify the JWT tokens.
@override
dart_jsonwebtoken.JWTKey get verificationKey => publicKey;