Function getUserProfile

  • Gets userProfile from accessToken.

    Parameters

    • args: {
          accessToken?: string;
          profileId?: string;
      }
      • Optional accessToken?: string
      • Optional profileId?: string

    Returns Promise<IUserProfile>

    Async

    Since

    0.1.0

    Example

    getUserProfile({ accessToken }).then(profile => console.log(profile))
    

Generated using TypeDoc