CToken constructor
CToken(
- String key
Implementation
CToken(String key)
: _jsonWebKey = JsonWebKey.fromJson({"kty": "oct", "k": key});
CToken(String key)
: _jsonWebKey = JsonWebKey.fromJson({"kty": "oct", "k": key});