UNPKG

aladinnetwork-blockstack

Version:

The Aladin Javascript library for authentication, identity, and storage.

47 lines (46 loc) 807 B
export declare function getName(profile: any): any; /** * * @ignore */ export declare function getGivenName(profile: any): any; /** * * @ignore */ export declare function getFamilyName(profile: any): any; /** * * @ignore */ export declare function getDescription(profile: any): any; /** * * @ignore */ export declare function getAvatarUrl(profile: any): string; /** * * @ignore */ export declare function getVerifiedAccounts(profile: any, verifications?: any[]): any[]; /** * * @ignore */ export declare function getOrganizations(profile: any): any; /** * * @ignore */ export declare function getConnections(profile: any): any[]; /** * * @ignore */ export declare function getAddress(profile: any): any; /** * * @ignore */ export declare function getBirthDate(profile: any): any;