Uses of Class
video.api.client.api.models.RefreshTokenPayload
-
Packages that use RefreshTokenPayload Package Description video.api.client.api.clients video.api.client.api.models -
-
Uses of RefreshTokenPayload in video.api.client.api.clients
Methods in video.api.client.api.clients with parameters of type RefreshTokenPayload Modifier and Type Method Description AccessTokenAuthenticationApi. refresh(RefreshTokenPayload refreshTokenPayload)Advanced - Refresh token (2/2) Use the refresh endpoint with the refresh token you received when you first authenticated using the api-key endpoint.okhttp3.CallAuthenticationApi. refreshAsync(RefreshTokenPayload refreshTokenPayload, ApiCallback<AccessToken> _callback)Advanced - Refresh token (2/2) (asynchronously) Use the refresh endpoint with the refresh token you received when you first authenticated using the api-key endpoint.ApiResponse<AccessToken>AuthenticationApi. refreshWithHttpInfo(RefreshTokenPayload refreshTokenPayload)Advanced - Refresh token (2/2) Use the refresh endpoint with the refresh token you received when you first authenticated using the api-key endpoint. -
Uses of RefreshTokenPayload in video.api.client.api.models
Methods in video.api.client.api.models that return RefreshTokenPayload Modifier and Type Method Description RefreshTokenPayloadRefreshTokenPayload. refreshToken(String refreshToken)
-