Skip to content

Commit

Permalink
Made Claim Set Claims Public
Browse files Browse the repository at this point in the history
  • Loading branch information
rishi8094 committed Aug 14, 2021
1 parent d038070 commit f46458e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftyJWT/Utils/ClaimSet.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func parseTimeInterval(_ value: Any?) -> Date? {
}

public struct ClaimSet {
var claims: [String: Any]
public var claims: [String: Any]

public init(claims: [String: Any]? = nil) {
self.claims = claims ?? [:]
Expand Down

0 comments on commit f46458e

Please sign in to comment.