TokenCreateResponse: {
    additional_parameters?: string;
    name: string;
    profile: GenericID;
    token: GenericToken;
}

Type declaration

  • Optional additional_parameters?: string

    [Optional] Verification code to validate middleware requests.

  • name: string
  • profile: GenericID
  • token: GenericToken