Created
May 1, 2018 20:49
-
-
Save lusabo/36e687cb58c61f6b812295b40b36e411 to your computer and use it in GitHub Desktop.
TokenDTO
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
package com.eco.security; | |
public class TokenDTO { | |
public String token; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment