Skip to content

AuthInfoInput

The authentication type and token to authenticate the endpoint.

Fields

Field Type Description
authType AuthenticationType! The type of authentication that protects the URL endpoint.
customHeader CustomHeader The custom authentication header key and value to authenticate the endpoint.
token String The token used for authentication.
userCredentials UserCredentials The username and password of the user to authenticate the endpoint.