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
* override fun onFailure(error: AuthenticationException) { }
217
217
* override fun onSuccess(result: Credentials) { }
@@ -707,6 +707,39 @@ public class AuthenticationAPIClient @VisibleForTesting(otherwise = VisibleForTe
707
707
.addParameters(parameters)
708
708
}
709
709
710
+
/**
711
+
* The Custom Token Exchange feature allows clients to exchange their existing tokens for Auth0 tokens by calling the /oauth/token endpoint with specific parameters
712
+
* The default scope used is 'openid profile email'.
0 commit comments