Uses of Class
video.api.client.api.models.AuthenticatePayload
-
Packages that use AuthenticatePayload Package Description video.api.client.api.clients video.api.client.api.models -
-
Uses of AuthenticatePayload in video.api.client.api.clients
Methods in video.api.client.api.clients with parameters of type AuthenticatePayload Modifier and Type Method Description AccessTokenAuthenticationApi. authenticate(AuthenticatePayload authenticatePayload)Authenticate To get started, submit your API key in the body of your request.ApiResponse<AccessToken>AuthenticationApi. authenticateWithHttpInfo(AuthenticatePayload authenticatePayload)Authenticate To get started, submit your API key in the body of your request. -
Uses of AuthenticatePayload in video.api.client.api.models
Methods in video.api.client.api.models that return AuthenticatePayload Modifier and Type Method Description AuthenticatePayloadAuthenticatePayload. apiKey(String apiKey)
-