ClientCredentialsInput
Client credentials input, e.g. for a MS Graph client or VC Authority client
input ClientCredentialsInput {
clientId: UUID!
clientSecret: String!
}
Fields
ClientCredentialsInput.clientId ● UUID! non-null scalar
The client ID.
ClientCredentialsInput.clientSecret ● String! non-null scalar
The client secret.
Member Of
saveInstanceMsGraphClient mutation ● testAuthorityClient query ● testMsGraphClient query ● updateInstanceAuthorityClient mutation