Package com.liveperson.faas.security
Interface BearerGenerator
-
- All Known Implementing Classes:
JwtBearerGenerator
public interface BearerGeneratorRetrieves the bearer token used for authentication purposes on other systems- Author:
- sschwarz
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringretrieveBearerToken()
-
-
-
Method Detail
-
retrieveBearerToken
String retrieveBearerToken() throws TokenGenerationException
- Returns:
- bearer token used for authentication
- Throws:
TokenGenerationException- when token generation fails
-
-