onTokenExpired property
Called when token has expired.
In response, ConversationClient should generate a new token and call ConversationClient.updateToken as soon as possible.
Implementation
late Stream<void> onTokenExpired;
Called when token has expired.
In response, ConversationClient should generate a new token and call ConversationClient.updateToken as soon as possible.
late Stream<void> onTokenExpired;