sign abstract method

Uint8List sign(
  1. JWTKey key,
  2. Uint8List body
)

Create a signature of the body with key

return the signature as bytes

Implementation

Uint8List sign(JWTKey key, Uint8List body);