Skip to main content

Authority

A configured authority or verifiable credential service instance

type Authority {
didModel: WebDidModel!
id: ID!
linkedDomainsVerified: Boolean!
name: String!
}

Fields

Authority.didModel ● WebDidModel! non-null object

Authority.id ● ID! non-null scalar

An autogenerated unique ID, which can be used to retrieve or update the specific instance of the verifiable credential service

Authority.linkedDomainsVerified ● Boolean! non-null scalar

Indicates whether the linked domains have been verified

Authority.name ● String! non-null scalar

The friendly name of this instance of the verifiable credential service

Returned By

authority query ● testAuthorityClient query