JwtFormat constructor

JwtFormat({
  1. required List<String> algorithms,
})

Implementation

JwtFormat({required this.algorithms});