Skip to content

Instantly share code, notes, and snippets.

@lusabo
Created May 1, 2018 20:49
Show Gist options
  • Save lusabo/36e687cb58c61f6b812295b40b36e411 to your computer and use it in GitHub Desktop.
Save lusabo/36e687cb58c61f6b812295b40b36e411 to your computer and use it in GitHub Desktop.
TokenDTO
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