File

src/entities/user.ts

Index

Properties

Properties

email
email: string
Type : string
id
id: string
Type : string
name
name: string
Type : string
photoUrl
photoUrl: string
Type : string
provider
provider: string
Type : string
Optional token
token: string
Type : string
export class SocialUser {
  provider: string;
  id: string;
  email: string;
  name: string;
  photoUrl: string;
  token?: string;
}

export class LoginProviderClass {
  name: string;
  id: string;
  url: string;
}

export class LinkedInResponse {
  emailAddress: string;
  firstName: string;
  id: string;
  lastName: string;
  pictureUrl: string;
}

results matching ""

    No results matching ""