Options
All
  • Public
  • Public/Protected
  • All
Menu

The authentication-related part of this SDK.

The default class is CSCAuth.

Index

Variables

CSCAuthExportStructure

CSCAuthExportStructure: ObjectType<{ accessData: OptionalType<ObjectType<{ access_token: StringType; exp: NumberType; token_type: StringType; user: ObjectType<{ created_at: StringType; domain: StringType; email: StringType; google_user_id: StringType; id: NumberType; name: StringType; photo: StringType; student: OptionalType<ObjectType<{ class: StringType; number: StringType }>>; updated_at: StringType }> }>>; gAccessToken: StringType; gIdToken: StringType }> = ...

The structure that CSCAuth.export() will return.

Generated using TypeDoc