getAuthenticatedUserProfile
Method to retrieve the currently authenticated userProfile
Future<UserProfile> getAuthenticatedUserProfile()
var profile = await Onegini.instance.userClient.getAuthenticatedUserProfile();
var profileId = profile.profileId
Returns a userProfile for the currently authenticated user
UserProfile
Attribute | Type | Description |
---|---|---|
profileId | String? | id of the authenticated userProfile |