Interface Authenticator

interface Authenticator {
    createToken(timestamp?: Date): Promise<Token>;
}

Methods

Methods