Skip to main content

TenantClientCreatePayload

A new tenant client and it's associated secret

This type requires the following scope:

[tenant_clientcreate]

type TenantClientCreatePayload {
client: TenantClient!
secret: TenantClientSecret!
}

Fields

client ● TenantClient! non-null object

secret ● TenantClientSecret! non-null object