public static class Protocol.ExpiringAction extends Protocol.Action
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
expiresAt
Absolute date/time in format "yyyy-MM-dd'T'HH:mm:ss.SSSX"
|
java.lang.String |
expiresIn
Validity time in milliseconds (preferred over expiresAt as specified:
https://github.com/git-lfs/git-lfs/blob/master/docs/api/authentication.md)
|
header, href| Constructor and Description |
|---|
ExpiringAction() |
public java.lang.String expiresAt
public java.lang.String expiresIn