Type alias ScriptClaim

ScriptClaim: {
    script_alt_id: string;
    script_group_alt_id: string;
    script_group_uuid: string;
    script_uuid: string;
    subscription_uuid: string;
}

Claims associated with a token. This is the data that is passed to the token when it is created.

This data will come from MyScribae's API, and will be used to determine what the user has access to.

Type declaration

  • script_alt_id: string
  • script_group_alt_id: string
  • script_group_uuid: string
  • script_uuid: string
  • subscription_uuid: string

Generated using TypeDoc