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 AccessTokenAdvancedAuthenticationApi. authenticate(AuthenticatePayload authenticatePayload)Get Bearer Token Returns a bearer token that can be used to authenticate other endpoint.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.Methods in video.api.client.api.clients that return types with arguments of type AccessToken Modifier and Type Method Description ApiResponse<AccessToken>AdvancedAuthenticationApi. authenticateWithHttpInfo(AuthenticatePayload authenticatePayload)Get Bearer Token Returns a 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.Method parameters in video.api.client.api.clients with type arguments of type AccessToken Modifier and Type Method Description okhttp3.CallAdvancedAuthenticationApi. authenticateAsync(AuthenticatePayload authenticatePayload, ApiCallback<AccessToken> _callback)Get Bearer Token (asynchronously) Returns a 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. -
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)
-