Skip to content

Commit c5dd6c6

Browse files
committed
Fix documentation
1 parent 41e4751 commit c5dd6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Sources/Twift+Authentication.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ extension Twift.Authentication {
165165
/// - redirectUri: The URI to redirect users to after completing authentication.
166166
/// - scope: The user access scopes for your authentication. For automatic token refreshing, ensure that `offlineAccess` is included in the scope.
167167
/// - 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.
169169
public func authenticateUser(clientId: String,
170170
redirectUri: URL,
171171
scope: Set<OAuth2Scope>,

0 commit comments

Comments
 (0)