Interface SpeechifyAccessTokenManagerOptions

The Speechify Access Token Manager init options.

interface SpeechifyAccessTokenManagerOptions {
    isAuthenticated?: boolean;
}

Properties

Properties

isAuthenticated?: boolean

Lets you set the user initial authentication state at the moment of the SpeechifyAccessTokenManager initialization.