This website requires JavaScript.
Explore
Help
Register
Sign in
darkkirb
/
harness-drone
Watch
1
Star
0
Fork
You've already forked harness-drone
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
aa3eeda9b8
harness-drone
/
shared
/
model
/
token.go
8 lines
99 B
Go
Raw
Normal View
History
Unescape
Escape
Refresh tokens before any requests to remote
2015-01-26 23:32:42 +00:00
package
model
type
Token
struct
{
AccessToken
string
RefreshToken
string
Refresh only expired tokens
2015-01-27 22:42:20 +00:00
Expiry
int64
Refresh tokens before any requests to remote
2015-01-26 23:32:42 +00:00
}
Reference in a new issue
Copy permalink