Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.98 KB

File metadata and controls

16 lines (11 loc) · 1.98 KB

GetTermsOfServiceTokenRequest

Example Usage

import { GetTermsOfServiceTokenRequest } from "@moovio/sdk/models/operations";

let value: GetTermsOfServiceTokenRequest = {};

Fields

Field Type Required Description
origin string Indicates the domain from which the request originated. Required if referer header is not present.
referer string Specifies the URL of the resource from which the request originated. Required if origin header is not present.