Skip to content

Commit f2a1a58

Browse files
committed
Add documentation note
A note was added, warning that the App Passwords won't be displayed, but just the date it was made and the name associated with each of the passwords.
1 parent f201485 commit f2a1a58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/ATProtoKit/Networking/CoreAPI/ListAppPasswords.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import Foundation
1010
extension ATProtoKit {
1111
/// Lists all of the App Passwords in a user's account.
1212
///
13+
/// - Important: This won't show the actual App Passwords; it'll only display the names associated with the App Passwords.
14+
///
1315
/// - Returns: A `Result`, containing either a ``ServerListAppPasswordsOutput`` if successful, or an `Error` if not.
1416
public func listAppPasswords() async throws -> Result<ServerListAppPasswordsOutput, Error> {
1517
guard let sessionURL = session.pdsURL,

0 commit comments

Comments
 (0)