Topic.DefinitionStages.WithDisableLocalAuth Interface
public static interface Topic.DefinitionStages.WithDisableLocalAuth
The stage of the Topic definition allowing to specify disableLocalAuth.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withDisableLocalAuth(Boolean disableLocalAuth)
Specifies the disable |
Method Details
withDisableLocalAuth
public abstract Topic.DefinitionStages.WithCreate withDisableLocalAuth(Boolean disableLocalAuth)
Specifies the disableLocalAuth property: This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the topic..
Parameters:
Returns: