Uses of Class
io.jans.as.model.common.BackchannelTokenDeliveryMode
-
Packages that use BackchannelTokenDeliveryMode Package Description io.jans.as.model.common -
-
Uses of BackchannelTokenDeliveryMode in io.jans.as.model.common
Methods in io.jans.as.model.common that return BackchannelTokenDeliveryMode Modifier and Type Method Description static BackchannelTokenDeliveryMode
BackchannelTokenDeliveryMode. fromString(java.lang.String param)
Returns the correspondingBackchannelTokenDeliveryMode
for a parameter backchannel_token_delivery_mode of the access token requests.static BackchannelTokenDeliveryMode
BackchannelTokenDeliveryMode. getByValue(java.lang.String value)
static BackchannelTokenDeliveryMode
BackchannelTokenDeliveryMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BackchannelTokenDeliveryMode[]
BackchannelTokenDeliveryMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-