decodeJwt abstract method

Future<Claims> decodeJwt({
  1. required String jwt,
  2. dynamic hint,
})

Implementation

Future<Claims> decodeJwt({required String jwt, dynamic hint});