We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c4f2a0 commit b9dc3a3Copy full SHA for b9dc3a3
Sources/Auth/AuthClient.swift
@@ -56,7 +56,7 @@ public actor AuthClient {
56
57
/// Returns the session, refreshing it if necessary.
58
///
59
- /// If no session can be found, a ``AuthError/sessionNotFound`` error is thrown.
+ /// If no session can be found, a ``AuthError/sessionMissing`` error is thrown.
60
public var session: Session {
61
get async throws {
62
try await sessionManager.session()
0 commit comments