Table of Contents

Configuring RefitSettings

You can set RefitSettings thanks to this option:

// direct configuration
options => options.WithRefitSettings(YourOwnRefitSettings)

// OR factory configuration
options => options.WithRefitSettings(serviceProvider => YourOwnRefitSettings)
Warning

AuthorizationHeaderValue

Apizr provides its own AuthenticationHandler to manage authorization (see Configuring > Authentication). There's no need to use AuthorizationHeaderValue properties.