AuthConfig.DefinitionStages.WithHttpSettings Interface
public static interface AuthConfig.DefinitionStages.WithHttpSettings
The stage of the AuthConfig definition allowing to specify httpSettings.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withHttpSettings(HttpSettings httpSettings)
Specifies the http |
Method Details
withHttpSettings
public abstract AuthConfig.DefinitionStages.WithCreate withHttpSettings(HttpSettings httpSettings)
Specifies the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization..
Parameters:
Returns: