You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
451 B
11 lines
451 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
import { APIResource } from "../../core/resource.mjs";
|
|
export class ClientSecrets extends APIResource {
|
|
/**
|
|
* Create a Realtime client secret with an associated session configuration.
|
|
*/
|
|
create(body, options) {
|
|
return this._client.post('/realtime/client_secrets', { body, ...options });
|
|
}
|
|
}
|
|
//# sourceMappingURL=client-secrets.mjs.map
|