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 voidIuOneTimeNumberConfig.publish(IuAuthorizationChallenge challenge) Broadcasts aIuAuthorizationChallengeevent to all subscribers.Method parameters in edu.iu.auth.nonce with type arguments of type IuAuthorizationChallengeModifier and TypeMethodDescriptiondefault voidIuOneTimeNumberConfig.subscribe(Consumer<IuAuthorizationChallenge> challengeSubscriber) Subscribes the one-time number generator to externalIuAuthorizationChallengeevents.