Skip to main content

Import LinkedIn Credentials

Overview

Import verified credentials from LinkedIn into your Passport.

SDK Example

// Auto-generated from SDK - Coming Soon
const credentials = await importCredentials({
  provider: 'linkedin',
  authToken: linkedInToken,
  includeEducation: true,
  includeWorkHistory: true,
});

Use Cases

  • Profile import
  • Work history verification
  • Skill attestation
  • Professional network

See Also

  • Import University Degree
  • Passport with Capability Proofs
  • Grant Capability with Evidence (Capability Graph)

← All patterns