Skip to content

Commit f925df4

Browse files
Handy for AppCredentials to support Codable
1 parent d6b8f53 commit f925df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/OAuthenticator/Models.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public struct Login: Codable, Hashable, Sendable {
4545
}
4646
}
4747

48-
public struct AppCredentials: Hashable, Sendable {
48+
public struct AppCredentials: Codable, Hashable, Sendable {
4949
public var clientId: String
5050
public var clientPassword: String
5151
public var scopes: [String]

0 commit comments

Comments
 (0)