Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.41 KB

ContinueWithVerificationUi.md

File metadata and controls

72 lines (39 loc) · 2.41 KB

ContinueWithVerificationUi

Properties

Name Type Description Notes
Action string Action will always be `show_verification_ui` set_ory_session_token ContinueWithActionSetOrySessionToken show_verification_ui ContinueWithActionShowVerificationUI
Flow ContinueWithVerificationUiFlow

Methods

NewContinueWithVerificationUi

func NewContinueWithVerificationUi(action string, flow ContinueWithVerificationUiFlow, ) *ContinueWithVerificationUi

NewContinueWithVerificationUi instantiates a new ContinueWithVerificationUi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewContinueWithVerificationUiWithDefaults

func NewContinueWithVerificationUiWithDefaults() *ContinueWithVerificationUi

NewContinueWithVerificationUiWithDefaults instantiates a new ContinueWithVerificationUi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetAction

func (o *ContinueWithVerificationUi) GetAction() string

GetAction returns the Action field if non-nil, zero value otherwise.

GetActionOk

func (o *ContinueWithVerificationUi) GetActionOk() (*string, bool)

GetActionOk returns a tuple with the Action field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAction

func (o *ContinueWithVerificationUi) SetAction(v string)

SetAction sets Action field to given value.

GetFlow

func (o *ContinueWithVerificationUi) GetFlow() ContinueWithVerificationUiFlow

GetFlow returns the Flow field if non-nil, zero value otherwise.

GetFlowOk

func (o *ContinueWithVerificationUi) GetFlowOk() (*ContinueWithVerificationUiFlow, bool)

GetFlowOk returns a tuple with the Flow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFlow

func (o *ContinueWithVerificationUi) SetFlow(v ContinueWithVerificationUiFlow)

SetFlow sets Flow field to given value.

[Back to Model list] [Back to API list] [Back to README]