Skip to content

Commit

Permalink
Merge pull request #198 from pavinduLakshan/update_readme_id_token
Browse files Browse the repository at this point in the history
Add note for users to find method to get additional user params
  • Loading branch information
pavinduLakshan authored Aug 4, 2023
2 parents 41e1cc5 + f5f9284 commit 7c2f109
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,9 @@ You can add `disableAutoSignIn` as a config in the [Asgardeo SDK configuration](
### getBasicUserInfo
This method returns a promise that resolves with the information about the authenticated user obtained from the id token as an object. To learn more what information this object contains, refer to the [`BasicUserInfo`](#basicuserinfo) section.
> **Note**
> Use [`getDecodedIDToken`](#getdecodedidtoken) method to get the additional user attributes that are not returned from the `getBasicUserInfo` method.
```TypeScript
getBasicUserInfo(): Promise<BasicUserInfo>;
```
Expand Down

0 comments on commit 7c2f109

Please sign in to comment.