Package com.spotify.github.v3.checks
Interface AccessToken
-
- All Known Implementing Classes:
ImmutableAccessToken
@Immutable public interface AccessTokenThe Github Installation Access token.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ZonedDateTimeexpiresAt()Token expiration date.Stringtoken()Access Token.
-
-
-
Method Detail
-
token
String token()
Access Token.- Returns:
- the token content
-
expiresAt
ZonedDateTime expiresAt()
Token expiration date.- Returns:
- the zoned date time
-
-