Skip to content

Instantly share code, notes, and snippets.

@ekscrypto
Created February 21, 2019 00:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ekscrypto/509d694cf34c59f601ce48bf6ab66629 to your computer and use it in GitHub Desktop.
Save ekscrypto/509d694cf34c59f601ce48bf6ab66629 to your computer and use it in GitHub Desktop.
struct APILoginSuccessResponse: Codable {
let status: String
let accesstoken: String
let refreshtoken: String
let expiresin: Int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment