listClients: (
input: { tenantId: string; userContext?: Record<string, any> },
) => Promise<{ clients: SAMLClient[]; status: "OK" }> = Wrapper.listClients
Type declaration
- (
input: { tenantId: string; userContext?: Record<string, any> },
): Promise<{ clients: SAMLClient[]; status: "OK" }> Parameters
- input: { tenantId: string; userContext?: Record<string, any> }
Returns Promise<{ clients: SAMLClient[]; status: "OK" }>