Skip to content

Commit

Permalink
Remove unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterJ93 committed Apr 19, 2024
1 parent 19f3ee5 commit 0bef44b
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,6 @@ public class UserSession: SessionProtocol {
case didDocument = "didDoc"
case pdsURL
}

/// Checks whether the current access token is expired.
/// - Returns: A Boolean value indicating if the access token is expired.
public func isAccessTokenExpired() -> Bool {
// Implement logic to check if the accessToken is expired
// This could involve decoding the JWT and checking its expiry timestamp
return false
}
}


Expand Down

0 comments on commit 0bef44b

Please sign in to comment.