Package io.micronaut.security.event
Class TokenValidatedEvent
- java.lang.Object
 - 
- java.util.EventObject
 - 
- io.micronaut.context.event.ApplicationEvent
 - 
- io.micronaut.security.event.TokenValidatedEvent
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class TokenValidatedEvent extends io.micronaut.context.event.ApplicationEventTriggered when a token is validated.- Since:
 - 1.0
 - Author:
 - Sergio del Amo
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description TokenValidatedEvent(java.lang.Object source)Triggered when a token is validated. 
 -