Get desktop application:
View/edit binary Protocol Buffers messages
Get member for a given did in a trust registry
Request to get a member of the Trust Registry
DID URI of member to get
Trinsic Wallet ID of member to get
Email address of member to get. Must be associated with an existing Trinsic account.
Response to `GetMemberAuthorizationStatusRequest`
Member for given did in given framework
Fetch the status of a member for a given credential schema in a trust registry
Request to fetch member status in Trust Registry for a specific credential schema.
DID URI of member
URI of credential schema associated with member
Response to `GetMemberAuthorizationStatusRequest`
Status of member for given credential schema
Fetch the ecosystem's authorized issuers and the respective templates against which it can issue
id of schema that needs to be checked
Token to fetch next set of results, from previous `ListAuthorizedMembersResponse`
Response to `ListAuthorizedMembersRequest`
JSON string containing array of resultant objects
Whether more data is available to fetch for query
Token to fetch next set of results via `ListAuthorizedMembersRequest`
Register an authoritative issuer for a credential schema
Request to register a member as a valid issuer of a specific credential schema. Only one of `did_uri`, `wallet_id`, or `email` may be specified.
DID URI of member to register
Trinsic Wallet ID of member to register
Email address of member to register. Must be associated with an existing Trinsic account.
URI of credential schema to register member as authorized issuer of
Unix Timestamp member is valid from. Member will not be considered valid before this timestamp.
Unix Timestamp member is valid until. Member will not be considered valid after this timestamp.
Response to `RegisterMemberRequest`
(message has no fields)
Removes an authoritative issuer for a credential schema from the trust registry
Request to unregister a member as a valid issuer of a specific credential schema. Only one of `did_uri`, `wallet_id`, or `email` may be specified. The URI of the credential schema must be specified.
DID URI of member to unregister
Trinsic Wallet ID of member to unregister
Email address of member to unregister. Must be associated with an existing Trinsic account.
URI of credential schema to unregister member as authorized issuer of
Response to `UnregisterMemberRequest`
(message has no fields)
Used in: ,
Used in:
Used in:
Member is currently authorized, as of the time of the query
Member's authorization has expired
Member has voluntarily ceased Issuer role under the specific EGF
Member authority under specific EGF was terminated by the governing authority
Member is not associated with given credential schema in the EGF