Skip to main content
Version: 7.2402.x.x RR

AuthDone

Introduction and overview

This AuthState is used as a final AuthState to finish a successful authentication.

Description

The following table and chapters describe the characteristics of the AuthState.

TopicDescription
Classch.nevis.esauth.auth.states.standard.AuthDone
LoggingStdStates
Auditingnone
Markernone
Methodsprocess (all events)

Properties

none

Input

none

Transitions

none (should only be used as final AuthState)

Output

On AUTH_DONE, all the current output arguments from previous states are saved to the authentication session.

Errors

none

Notes

none

Example

<AuthState name="AuthDone" class="ch.nevis.esauth.auth.states.standard.AuthDone">
<Response value="AUTH_DONE">
<Gui name="AuthDoneDialog"/>
</Response>
</AuthState>