CToken constructor

CToken(
  1. String key
)

Implementation

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