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 authentication-related part of this SDK.
The
default
class isCSCAuth
.