Package io.temporal.authorization
Interface AuthorizationTokenSupplier
-
public interface AuthorizationTokenSupplierSupplies tokens that will be sent to the Temporal server to perform authorization. Implementations have to be thread-safe.The default JWT ClaimMapper expects authorization tokens to be in the following format:
Bearer <token><token>Must be the Base64 url-encoded value of the token.- See Also:
- Format of JWT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringsupply()
-