Interface Authenticator

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

Methods

Methods