Uses of Class
video.api.client.api.models.AccessToken
-
Packages that use AccessToken Package Description video.api.client.api.clients video.api.client.api.models -
-
Uses of AccessToken in video.api.client.api.clients
Methods in video.api.client.api.clients that return AccessToken Modifier and Type Method Description AccessTokenAuthenticationApi. authenticate(AuthenticatePayload authenticatePayload)Advanced - Authenticate (1/2) To get started, submit your API key in the body of your request.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.Methods in video.api.client.api.clients that return types with arguments of type AccessToken Modifier and Type Method Description ApiResponse<AccessToken>AuthenticationApi. authenticateWithHttpInfo(AuthenticatePayload authenticatePayload)Advanced - Authenticate (1/2) To get started, submit your API key in the body of your request.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.Method parameters in video.api.client.api.clients with type arguments of type AccessToken Modifier and Type Method Description okhttp3.CallAuthenticationApi. authenticateAsync(AuthenticatePayload authenticatePayload, ApiCallback<AccessToken> _callback)Advanced - Authenticate (1/2) (asynchronously) To get started, submit your API key in the body of your request.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. -
Uses of AccessToken in video.api.client.api.models
Methods in video.api.client.api.models that return AccessToken Modifier and Type Method Description AccessTokenAccessToken. accessToken(String accessToken)AccessTokenAccessToken. expiresIn(Integer expiresIn)AccessTokenAccessToken. refreshToken(String refreshToken)AccessTokenAccessToken. tokenType(String tokenType)
-