Credential Provider Registry Protocol
Enumerates credential provider descriptors for model and service authentication.
Credential Provider Registry Protocol
Enumerates credential provider descriptors for model and service authentication.
| Field | Value |
|---|---|
| Protocol ID | aster.credential-provider-registry |
| Version | 1.0.0 |
| Compatibility range | ^1.0.0 |
| Requirement helper | aster.credential-provider-registry.require(settings?) via the protocol module |
| Provider helper | Available through Protocol.provide(...). |
Settings
DefaultProtocolSettingsSchema (Record<string, unknown> | null).
Operations
| Operation | Summary | Request | Response |
|---|---|---|---|
listCredentialProviders | Return credential provider descriptors available through this registry. | Effect Schema (Void) | Effect Schema (Arrays) |
Conformance Expectations
- Register with
aster.credential-provider-registryat1.0.0inside^1.0.0. - Implement every operation:
listCredentialProviders. - Decode requests and responses against the operation schemas listed above.
- Run the protocol conformance kit where one exists: No named kit yet; providers are still expected to satisfy the registry schemas..
Declared Authority
[ { "kind": "provider_right", "protocol": "aster.credential-provider-registry" }]