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 AccessTokenAdvancedAuthenticationApi. refresh(RefreshTokenPayload refreshTokenPayload)Refresh Bearer Token Accepts the old bearer token and returns a new bearer token that can be used to authenticate other endpoint.okhttp3.CallAdvancedAuthenticationApi. refreshAsync(RefreshTokenPayload refreshTokenPayload, ApiCallback<AccessToken> _callback)Refresh Bearer Token (asynchronously) Accepts the old bearer token and returns a new bearer token that can be used to authenticate other endpoint.ApiResponse<AccessToken>AdvancedAuthenticationApi. refreshWithHttpInfo(RefreshTokenPayload refreshTokenPayload)Refresh Bearer Token Accepts the old bearer token and returns a new bearer token that can be used to authenticate other 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)
-