Skip to content

Instantly share code, notes, and snippets.

@timbaev
Created January 28, 2019 19:26
Show Gist options
  • Save timbaev/79a16ba5fb33531130ac2e38d404dd81 to your computer and use it in GitHub Desktop.
Save timbaev/79a16ba5fb33531130ac2e38d404dd81 to your computer and use it in GitHub Desktop.
struct AccessDto: Content {
let refreshToken: String
let accessToken: String
let expiredAt: Date
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment