Interface for the result of the token sign method.

interface BasaltTokenSignResult {
    publicKey: string;
    token: string;
    uuid: string;
}

Properties

Properties

publicKey: string

Public key of the token for verification

token: string

The token

uuid: string

UUID of the token