Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
App Blocks
Commits
a8b4355d
Commit
a8b4355d
authored
Jun 14, 2017
by
Andrey Lugovskiy
Browse files
- updated org.genesys.blocks.oauth.model.RefreshToken for google authentication.
parent
aee2d6ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
security/src/main/java/org/genesys/blocks/oauth/model/RefreshToken.java
View file @
a8b4355d
...
...
@@ -39,6 +39,10 @@ public class RefreshToken implements Serializable {
@Lob
private
byte
[]
authentication
;
public
String
getId
(){
return
tokenId
;
}
public
void
setTokenId
(
final
String
tokenId
)
{
this
.
tokenId
=
tokenId
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment