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

  • Optional serviceName?: 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.

    Default

    'ensureBearerToken'
    

Generated using TypeDoc