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()
AuthCallbacks
getDeviceCertificate
in interface AuthCallbacks
public AuthInfo getSecurityToken()
AuthCallbacks
getSecurityToken
in interface AuthCallbacks
public java.lang.String getDeviceFingerprint()
AuthCallbacks
getDeviceFingerprint
in interface AuthCallbacks
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.