Interface AuthorizationHeaderInterceptor.TokenSupplier
-
- Enclosing class:
- AuthorizationHeaderInterceptor
public static interface AuthorizationHeaderInterceptor.TokenSupplier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StringgetAudience()StringgetToken()
-
-
-
Method Detail
-
getToken
String getToken() throws SQLException
- Throws:
SQLException
-
getAudience
default String getAudience()
-
-