JwtGenerator constructor
Implementation
JwtGenerator({
required String credentials,
required String scope,
required this.dio,
}) : jwtCredentials = JwtCredentials.fromJson(
{'settings': jsonDecode(credentials), 'scope': scope});
JwtGenerator({
required String credentials,
required String scope,
required this.dio,
}) : jwtCredentials = JwtCredentials.fromJson(
{'settings': jsonDecode(credentials), 'scope': scope});