Class ApplicationState.HostTokenRenewed
-
- All Implemented Interfaces:
public final class ApplicationState.HostTokenRenewed extends ApplicationState
Host app token renewed.
-
-
Field Summary
Fields Modifier and Type Field Description private final OAuth2Tokentoken
-
Constructor Summary
Constructors Constructor Description ApplicationState.HostTokenRenewed(OAuth2Token token)
-
Method Summary
Modifier and Type Method Description final OAuth2TokengetToken()-
-
Constructor Detail
-
ApplicationState.HostTokenRenewed
ApplicationState.HostTokenRenewed(OAuth2Token token)
-
-
Method Detail
-
getToken
final OAuth2Token getToken()
-
-
-
-