Uses of Interface
edu.iu.auth.nonce.IuAuthorizationChallenge
Packages that use IuAuthorizationChallenge
-
Uses of IuAuthorizationChallenge in edu.iu.auth.nonce
Methods in edu.iu.auth.nonce with parameters of type IuAuthorizationChallengeModifier and TypeMethodDescriptiondefault void
IuOneTimeNumberConfig.publish
(IuAuthorizationChallenge challenge) Broadcasts aIuAuthorizationChallenge
event to all subscribers.Method parameters in edu.iu.auth.nonce with type arguments of type IuAuthorizationChallengeModifier and TypeMethodDescriptiondefault void
IuOneTimeNumberConfig.subscribe
(Consumer<IuAuthorizationChallenge> challengeSubscriber) Subscribes the one-time number generator to externalIuAuthorizationChallenge
events.