public class DefaultAuthCallbacks extends java.lang.Object implements AuthCallbacks
| Modifier and Type | Field and Description |
|---|---|
static long |
CREDENTIALS_NEVER_EXPIRE
A sentinel value indicating the credentials never expire
|
| Constructor and Description |
|---|
DefaultAuthCallbacks(KinesisVideoCredentialsProvider credentialsProvider,
java.util.concurrent.ScheduledExecutorService executor,
Log log) |
| Modifier and Type | Method and Description |
|---|---|
AuthInfo |
getDeviceCertificate()
Returns the device certificate.
|
java.lang.String |
getDeviceFingerprint()
Returns the device fingerprint uniquely identifying the device.
|
AuthInfo |
getSecurityToken()
Returns the device security token.
|
public static final long CREDENTIALS_NEVER_EXPIRE
public DefaultAuthCallbacks(KinesisVideoCredentialsProvider credentialsProvider, java.util.concurrent.ScheduledExecutorService executor, Log log)
public AuthInfo getDeviceCertificate()
AuthCallbacksgetDeviceCertificate in interface AuthCallbackspublic AuthInfo getSecurityToken()
AuthCallbacksgetSecurityToken in interface AuthCallbackspublic java.lang.String getDeviceFingerprint()
AuthCallbacksgetDeviceFingerprint in interface AuthCallbacksCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.