Interface RefreshToken
- 
 public interface RefreshTokenA refresh token provides continuous access to an authentication server while the user is not logged into an application by issuing a new access token.- Author:
- jGauravGupta, Rudy De Busscher
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetToken()The refresh token
 
- 
- 
- 
Method Detail- 
getTokenString getToken() The refresh token- Returns:
- the refresh token
 
 
- 
 
-