public final class IotHubServiceSasToken extends Object
| Constructor and Description |
|---|
IotHubServiceSasToken(IotHubConnectionString iotHubConnectionString)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getExpiryTimeMillis() |
long |
getTokenLifespanSeconds() |
String |
toString()
Returns the string representation of the SAS token.
|
public IotHubServiceSasToken(IotHubConnectionString iotHubConnectionString)
iotHubConnectionString - Connection string object containing the connection parameterspublic final long getExpiryTimeMillis()
public long getTokenLifespanSeconds()
Copyright © 2024. All rights reserved.