Interface IJwtAuthenticationProvider
-
- All Superinterfaces:
IAuthenticationProvider
public interface IJwtAuthenticationProvider extends IAuthenticationProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringcreateJwt()Create a signed JWT token.-
Methods inherited from interface org.symphonyoss.s2.canon.runtime.http.client.IAuthenticationProvider
authenticate
-
-
-
-
Method Detail
-
createJwt
String createJwt()
Create a signed JWT token.- Returns:
- The encoded JWT token.
-
-