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)Refresh token 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)Refresh token 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)
-