jimpex
    Preparing search index...

    Type Alias EnsureBearerTokenProviderOptions

    EnsureBearerTokenProviderOptions: DeepPartial<EnsureBearerTokenOptions> & {
        serviceName?: string;
    }

    Custom options for the provider that will register an instance of EnsureBearerToken as a service.

    Type Declaration

    • OptionalserviceName?: string

      The name that will be used to register the service on the container. This is to allow multiple "instances" of the service to be created.

      'ensureBearerToken'