VyAuthenticationMethodRequest
\!! DESCRIPTION MISSING !!
Properties
Field | Type | Description | Required |
---|---|---|---|
type | This is the type of authentication for your endpoint. We allow two types: `BASIC_AUTHENTICATION` and `API_KEY` | ✗ | |
username | string | This is the username for your endpoint. (Required only when `authenticationMethod.type` is `BASIC_AUTHENTICATION`) | ✗ |
password | string | This is the password for your endpoint. (Required only when `authenticationMethod.type` is `BASIC_AUTHENTICATION`) | ✗ |
headerName | string | This is the header name for your endpoint. (Required only when `authenticationMethod.type` is `API_KEY`) | ✗ |
apiKey | string | This is the value of api key for your endpoint. (Required only when `authenticationMethod.type` is `API_KEY`) | ✗ |
References
Schema
Last updated