public interface AccessTokenIssueEventListener extends Lifecycle, EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
accessTokenIssued(AccessTokenIssueEvent event,
EventContext eventContext)
This method is called when an access token is issued.
|
void accessTokenIssued(AccessTokenIssueEvent event, EventContext eventContext)
event - The access token issue event. Not null.eventContext - Provides access to additional parameters about
the event as well as helpers for its
processing. Not null.Copyright © 2019 Connect2id Ltd.. All rights reserved.