Skip to content

Commit

Permalink
Handy for AppCredentials to support Codable
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Nov 24, 2024
1 parent d6b8f53 commit f925df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/OAuthenticator/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public struct Login: Codable, Hashable, Sendable {
}
}

public struct AppCredentials: Hashable, Sendable {
public struct AppCredentials: Codable, Hashable, Sendable {
public var clientId: String
public var clientPassword: String
public var scopes: [String]
Expand Down

0 comments on commit f925df4

Please sign in to comment.