Search Results for

    Show / Hide Table of Contents

    Configuring RefitSettings

    You can set RefitSettings thanks to this option:

    • Static
    • Extended
    // direct configuration
    options => options.WithRefitSettings(YourOwnRefitSettings)
    
    // OR factory configuration
    options => options.WithRefitSettings(() => YourOwnRefitSettings)
    
    // 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.

    In This Article
    Back to top Supported by Respawnsive