Uses of Class
com.azure.communication.common.CommunicationTokenRefreshOptions
-
Uses of CommunicationTokenRefreshOptions in com.azure.communication.common
Methods in com.azure.communication.common that return CommunicationTokenRefreshOptionsModifier and TypeMethodDescriptionCommunicationTokenRefreshOptions.setInitialToken(String initialToken) Set the optional serialized JWT tokenCommunicationTokenRefreshOptions.setRefreshProactively(boolean refreshProactively) Set whether the token should be proactively renewed prior to its expiry or on demand.Constructors in com.azure.communication.common with parameters of type CommunicationTokenRefreshOptionsModifierConstructorDescriptionCommunicationTokenCredential(CommunicationTokenRefreshOptions tokenRefreshOptions) Create with tokenRefreshOptions, which includes a token supplier and optional serialized JWT token.