public abstract class AuthenticationMethod extends Object
| Constructor and Description |
|---|
AuthenticationMethod() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract IotHubConnectionString |
populate(IotHubConnectionString iotHubConnectionStringBuilder)
Abstract helper function to populate
IotHubConnectionString class with
proper authentication properties |
protected abstract IotHubConnectionString populate(IotHubConnectionString iotHubConnectionStringBuilder)
IotHubConnectionString class with
proper authentication propertiesiotHubConnectionStringBuilder - The IotHubConnectionString that is
to be populated with the authentication
properties.IotHubConnectionString populated with the
the authentication properties.Copyright © 2024. All rights reserved.