Skip to content

GetJwtFromKeyRequest

Example Usage

typescript
import { GetJwtFromKeyRequest } from "@meetkai/mka1/models/operations";

let value: GetJwtFromKeyRequest = {
  requestBody: {
    audience: "https://uniform-thongs.com/",
    externalUserId: "<id>",
  },
};

Fields

FieldTypeRequiredDescription
xOnBehalfOfstringOptional external end-user identifier forwarded by the API gateway.
requestBodyoperations.GetJwtFromKeyRequestBody✔️N/A