Skip to content

Commit

Permalink
Merge pull request #60 from strvcom/feat/authorization-data-codable
Browse files Browse the repository at this point in the history
[feat] Make Authorization data codable & sendable
  • Loading branch information
raulbatista94 authored Jan 12, 2024
2 parents 4adea89 + 01fbb2a commit 08918bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import Foundation

public struct AuthorizationData {
public struct AuthorizationData: Codable, Sendable {
public let accessToken: String
public let refreshToken: String
public let expiresIn: Date?
Expand Down

0 comments on commit 08918bd

Please sign in to comment.