Skip to content

Commit e16b1d3

Browse files
committed
Updated the changelog a bit
1 parent 0b333ef commit e16b1d3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
- feat : support to pass organisation while signing-up and signing-in with passkeys [\#843](https://github.com/auth0/Auth0.Android/pull/843) ([pmathew92](https://github.com/pmathew92))
99
- Exposes UserProfile to return contents of id token without refreshing credentials [\#840](https://github.com/auth0/Auth0.Android/pull/840) ([NandanPrabhu](https://github.com/NandanPrabhu))
1010

11+
**Updated**
12+
- `userInfo` api in the `AuthenticationAPIClient` class now takes a tokenType parameter with a default value of `Bearer`.
13+
1114
## [3.8.0](https://github.com/auth0/Auth0.Android/tree/3.8.0) (2025-06-04)
1215
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.7.0...3.8.0)
1316

auth0/src/main/java/com/auth0/android/authentication/AuthenticationAPIClient.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,7 @@ public class AuthenticationAPIClient @VisibleForTesting(otherwise = VisibleForTe
573573
*```
574574
*
575575
* @param accessToken used to fetch it's information
576+
* @param tokenType type of the token from [Credentials]. Defaults to Bearer.
576577
* @return a request to start
577578
*/
578579
public fun userInfo(

0 commit comments

Comments
 (0)