Public view of an authentication method, without secrets.
| Field | Type | Required | Description |
|---|---|---|---|
method_type |
models.OutboundAuthenticationType | ✔️ | N/A |
headers |
List[models.ConnectorAuthenticationHeader] | ➖ | N/A |
global_headers |
Dict[str, models.GlobalHeaderValue] | ➖ | N/A |
has_default_credentials |
bool | ✔️ | N/A |
oauth2_server_metadata |
OptionalNullable[models.ExtendedOAuthServerMetadata] | ➖ | N/A |