Type alias EnsureBearerTokenOptions

EnsureBearerTokenOptions: {
    error: EnsureBearerTokenErrorOptions;
    expression: RegExp;
    local: string;
}

The options to customize the service/middleware.

Type declaration

Generated using TypeDoc