Skip to content

Commit

Permalink
Add Sendable conformance to CognitoAccessToken
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Jan 23, 2024
1 parent 5578a6a commit 4b020eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import JWTKit
import NIO

/// Struct returned when authenticating an access token
public struct CognitoAccessToken: Codable {
public struct CognitoAccessToken: Codable, Sendable {
public let username: String
public let subject: UUID
public let expirationTime: Date
Expand Down

0 comments on commit 4b020eb

Please sign in to comment.