jimpex
    Preparing search index...

    Type Alias EnsureBearerTokenOptions

    The options to customize the service/middleware.

    type EnsureBearerTokenOptions = {
        error: EnsureBearerTokenErrorOptions;
        expression: RegExp;
        local: string;
    }
    Index

    Properties

    expression: RegExp
    local: string