Created
January 25, 2019 18:02
-
-
Save timbaev/744ded765a92ce3921f656abefcd07d2 to your computer and use it in GitHub Desktop.
Model for send new token
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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