Edit

Share via


SignUpState class

Base class for the action requried state in an authentication flow.

Extends

Constructors

SignUpState<TParameters>(TParameters)

Inherited Properties

stateType

The type of the state.

Constructor Details

SignUpState<TParameters>(TParameters)

new SignUpState(stateParameters: TParameters)

Parameters

stateParameters

TParameters

Inherited Property Details

stateType

The type of the state.

stateType: string

Property Value

string

Inherited From AuthFlowActionRequiredStateBase.stateType