github.com/safedep/dry@v0.0.0-20241016050132-a15651f0548b/apiguard/tykgen/docs/Auth.md (about)

     1  # Auth
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **AuthHeaderName** | **string** |  | [optional] [default to null]
     7  **CookieName** | **string** |  | [optional] [default to null]
     8  **ParamName** | **string** |  | [optional] [default to null]
     9  **Signature** | [***SignatureConfig**](SignatureConfig.md) |  | [optional] [default to null]
    10  **UseCertificate** | **bool** |  | [optional] [default to null]
    11  **UseCookie** | **bool** |  | [optional] [default to null]
    12  **UseParam** | **bool** |  | [optional] [default to null]
    13  **ValidateSignature** | **bool** |  | [optional] [default to null]
    14  
    15  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    16