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
/// - redirectUri: The URI to redirect users to after completing authentication.
166
166
/// - scope: The user access scopes for your authentication. For automatic token refreshing, ensure that `offlineAccess` is included in the scope.
167
167
/// - presentationContextProvider: Optional presentation context provider. When not provided, this function will handle the presentation context itself.
168
-
/// - Returns: A tuple containing the authenticated user access tokens or any encoutered error.
168
+
/// - Returns: The authenticated user access tokens.
0 commit comments