TenantClientCreatePayload
A new tenant client and it's associated secret
This type requires the following scope:
[tenant_clientcreate]
type TenantClientCreatePayload {
client: TenantClient!
secret: TenantClientSecret!
}
A new tenant client and it's associated secret
This type requires the following scope:
[tenant_clientcreate]
type TenantClientCreatePayload {
client: TenantClient!
secret: TenantClientSecret!
}
client ● TenantClient! non-null objectsecret ● TenantClientSecret! non-null object