-
public final class UserJwtInvalidatedEventThe event passed into IUserJwtInvalidatedListener.onUserJwtInvalidated. Delivery occurs on a background thread.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringexternalId
-
Constructor Summary
Constructors Constructor Description UserJwtInvalidatedEvent(String externalId)
-
Method Summary
Modifier and Type Method Description final StringgetExternalId()-
-
Constructor Detail
-
UserJwtInvalidatedEvent
UserJwtInvalidatedEvent(String externalId)
-
-
Method Detail
-
getExternalId
final String getExternalId()
-
-
-
-