getAuthenticatedUserProfile
This method retrieves the currently authenticated user (profile).
getAuthenticatedUserProfile(): Promise<Types.Profile>
Example
Success
Property | Type | Description |
---|---|---|
authenticatedProfile | Profile | Currently authenticated user profile |