UNPKG

facebook-auth-nestjs

Version:
14 lines (13 loc) 254 B
export interface UserResponse { type: string; app_id: number; user_id: string; scopes: string[]; issued_at: number; is_valid: boolean; expires_at: number; application: string; metadata: { sso: string; }; }