For Babelfish Release 1.12.3.10

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.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
public EventHandler<EventArgs<UserAuthentication>> OnRefreshTokensFailed

Field Value

EventHandlerEventArgsUserAuthentication

See Also