Interface AccessTokenProvider<T>
-
- Type Parameters:
T
- the token type
@Validated public interface AccessTokenProvider<T>
The access token provider.- Author:
- Christian Bremer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getAccessToken()
Gets access token.
-
-
-
Method Detail
-
getAccessToken
@NotNull T getAccessToken()
Gets access token.- Returns:
- the access token
-
-