| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.device |
The API for a device to communicate with an IoT Hub.
|
| com.microsoft.azure.sdk.iot.device.auth |
Authenticates a device to an IoT Hub via SAS tokens.
|
| com.microsoft.azure.sdk.iot.device.hsm |
| Modifier and Type | Method and Description |
|---|---|
IotHubAuthenticationProvider |
ClientConfiguration.getAuthenticationProvider() |
| Modifier and Type | Class and Description |
|---|---|
class |
IotHubSasTokenAuthenticationProvider |
class |
IotHubSasTokenHardwareAuthenticationProvider |
class |
IotHubSasTokenProvidedAuthenticationProvider
IotHubSasTokenAuthenticationProvider implementation where the tokens are provided by an instance of SasTokenProvider. |
class |
IotHubSasTokenSoftwareAuthenticationProvider |
class |
IotHubSasTokenWithRefreshAuthenticationProvider
Authentication method that uses a shared access signature token and allows for token refresh.
|
class |
IotHubX509HardwareAuthenticationProvider |
class |
IotHubX509SoftwareAuthenticationProvider |
| Modifier and Type | Class and Description |
|---|---|
class |
IotHubSasTokenHsmAuthenticationProvider
Authentication method that uses HSM to get a SAS token.
|
Copyright © 2023. All rights reserved.