Skip to content
rw3iss Auth

CreateM2MClientRequest

CreateM2MClientRequest

Defined in: dto/m2m.ts:46

Body for POST /admin/m2m-clients (system_admin only).

Properties

allowed_audiences?

optional allowed_audiences?: string[]

Defined in: dto/m2m.ts:51


client_id

client_id: string

Defined in: dto/m2m.ts:47


description?

optional description?: string

Defined in: dto/m2m.ts:49


name

name: string

Defined in: dto/m2m.ts:48


scopes?

optional scopes?: string[]

Defined in: dto/m2m.ts:50