You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: auth0/src/main/java/com/auth0/android/authentication/AuthenticationAPIClient.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -702,7 +702,7 @@ public class AuthenticationAPIClient @VisibleForTesting(otherwise = VisibleForTe
702
702
}
703
703
704
704
/**
705
-
* The Custom Token Exchange feature allows clients to exchange their existing tokens for Auth0 tokens by calling the /oauth/token endpoint with specific parameters
705
+
* The Custom Token Exchange feature allows clients to exchange their existing tokens for Auth0 tokens by calling the `/oauth/token` endpoint with specific parameters.
706
706
* The default scope used is 'openid profile email'.
0 commit comments