Uses of Class
io.tokenchannel.ChallengeResponse
-
Packages that use ChallengeResponse Package Description io.tokenchannel -
-
Uses of ChallengeResponse in io.tokenchannel
Methods in io.tokenchannel that return types with arguments of type ChallengeResponse 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
-