AuthFlowActionRequiredStateBase class
Base class for the action requried state in an authentication flow.
- Extends
Constructors
| Auth |
Creates a new instance of AuthFlowActionRequiredStateBase. |
Constructor Details
AuthFlowActionRequiredStateBase<TParameter>(TParameter)
Creates a new instance of AuthFlowActionRequiredStateBase.
new AuthFlowActionRequiredStateBase(stateParameters: TParameter)
Parameters
- stateParameters
-
TParameter
The parameters for the auth state.