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)Authenticate To get started, submit your API key in the body of your request.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.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)Authenticate To get started, submit your API key in the body of your request.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 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)
-