Skip to content

Instantly share code, notes, and snippets.

@timbaev
Created January 25, 2019 18:02
Show Gist options
  • Save timbaev/744ded765a92ce3921f656abefcd07d2 to your computer and use it in GitHub Desktop.
Save timbaev/744ded765a92ce3921f656abefcd07d2 to your computer and use it in GitHub Desktop.
Model for send new token
import Vapor
struct AccessDto: Content {
let accessToken: String
let expiredAt: Date
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment