interface EventsOptions {
    authMode?: GraphQLAuthMode;
    authToken?: string;
}

Properties

authMode?: GraphQLAuthMode
authToken?: string