For Babelfish Release 1.12.4.4

UserAuthenticationOnRefreshTokensFailed Field

Invoked when a previously authenticated user attempts to refresh their cognito tokens, but the process is unsuccessful.

Definition

Namespace: Scopos.BabelFish.Runtime.Authentication
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.4.4+d2f3bdeedfc7a151494a378da1156fb690afa333
C#
public EventHandler<EventArgs<UserAuthentication>> OnRefreshTokensFailed

Field Value

EventHandlerEventArgsUserAuthentication

See Also