| 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 |
|---|---|
IotHubSasTokenAuthenticationProvider |
ClientConfiguration.getSasTokenAuthentication()
Getter for SasTokenAuthentication
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IotHubSasTokenHsmAuthenticationProvider
Authentication method that uses HSM to get a SAS token.
|
Copyright © 2023. All rights reserved.