Core
import {
isAuthenticated,
isAuthenticationExpired,
generatePayload,
authenticate,
initAuthentication,
clearAuthentication
} from 'TruVideoReactCoreSdk';import {
isAuthenticated,
isAuthenticationExpired,
generatePayload,
authenticate,
initAuthentication,
clearAuthentication
} from '@trunpm/truvideo-react-turbo-core-sdk';Authentication Status
const isAuth = await isAuthenticated();
const isAuthExpired = await isAuthenticationExpired();How to authenticate
Algorithm for encoding the signature
Clear Authentication
Last updated
Was this helpful?