Uses of Interface
io.getlime.security.powerauth.lib.cmd.steps.model.data.TokenHeaderData
| Package | Description |
|---|---|
| io.getlime.security.powerauth.lib.cmd.header | |
| io.getlime.security.powerauth.lib.cmd.steps.model |
-
Uses of TokenHeaderData in io.getlime.security.powerauth.lib.cmd.header
Methods in io.getlime.security.powerauth.lib.cmd.header with type parameters of type TokenHeaderData Modifier and Type Method Description <M extends TokenHeaderData>
TokenHeaderProviderPowerAuthHeaderFactory. getHeaderProvider(M model)Creates a token header provider instanceMethod parameters in io.getlime.security.powerauth.lib.cmd.header with type arguments of type TokenHeaderData Modifier and Type Method Description voidTokenHeaderProvider. addHeader(StepContext<? extends TokenHeaderData,?> stepContext)Adds a token header to the request context -
Uses of TokenHeaderData in io.getlime.security.powerauth.lib.cmd.steps.model
Classes in io.getlime.security.powerauth.lib.cmd.steps.model that implement TokenHeaderData Modifier and Type Class Description classVerifyTokenStepModelModel representing parameters of the step for verifying token digest.