@twilio/flex-sdk
    Preparing search index...

    Interface TokenRefreshResult

    Result returned when refreshing authentication tokens, containing the new token and expiration date.

    interface TokenRefreshResult {
        dateExpired: Date;
        token: string;
    }
    Index

    Properties

    Properties

    dateExpired: Date
    token: string