azure/functions/decorators/kafka.py [41:56]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                 avro_schema: Optional[str],
                 username: Optional[str],
                 password: Optional[str],
                 ssl_key_location: Optional[str],
                 ssl_ca_location: Optional[str],
                 ssl_certificate_location: Optional[str],
                 ssl_key_password: Optional[str],
                 schema_registry_url: Optional[str],
                 schema_registry_username: Optional[str],
                 schema_registry_password: Optional[str],
                 o_auth_bearer_method: Optional[OAuthBearerMethod] = None,
                 o_auth_bearer_client_id: Optional[str] = None,
                 o_auth_bearer_client_secret: Optional[str] = None,
                 o_auth_bearer_scope: Optional[str] = None,
                 o_auth_bearer_token_endpoint_url: Optional[str] = None,
                 o_auth_bearer_extensions: Optional[str] = None,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



azure/functions/decorators/kafka.py [109:124]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                 avro_schema: Optional[str],
                 username: Optional[str],
                 password: Optional[str],
                 ssl_key_location: Optional[str],
                 ssl_ca_location: Optional[str],
                 ssl_certificate_location: Optional[str],
                 ssl_key_password: Optional[str],
                 schema_registry_url: Optional[str],
                 schema_registry_username: Optional[str],
                 schema_registry_password: Optional[str],
                 o_auth_bearer_method: Optional[OAuthBearerMethod] = None,
                 o_auth_bearer_client_id: Optional[str] = None,
                 o_auth_bearer_client_secret: Optional[str] = None,
                 o_auth_bearer_scope: Optional[str] = None,
                 o_auth_bearer_token_endpoint_url: Optional[str] = None,
                 o_auth_bearer_extensions: Optional[str] = None,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



