Uses of Class
io.tokenchannel.ChannelType
-
Packages that use ChannelType Package Description io.tokenchannel -
-
Uses of ChannelType in io.tokenchannel
Methods in io.tokenchannel that return ChannelType Modifier and Type Method Description static ChannelTypeChannelType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChannelType[]ChannelType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.tokenchannel with parameters of type ChannelType Modifier and Type Method Description CompletableFuture<ChallengeResponse>TokenChannel. challenge(ChannelType channel, String identifier, ChallengeOptions options)Creates a challenge, ie, generates a token to be sent by a given a channel to a given identifier
-