Factory method to create JWTAuthentication from json.
factory JWTAuthentication.fromJson(Map<String, dynamic> json) => _$JWTAuthenticationFromJson(json);