IGPAPI
Preparing search index...
@igpapi/ios
RegistrationSetPassword
Function RegistrationSetPassword
RegistrationSetPassword
(
input
:
RegistrationSetPasswordInput
,
)
:
Effect
<
{
regContext
:
string
|
null
;
regInfo
:
Record
<
string
,
unknown
>
;
registrationFlowId
:
string
;
waterfallId
:
string
;
}
,
|
IgApiError
|
RequestError
|
ParseError
|
TransportError
|
PasswordEncryptionKeysUnavailableError
,
|
PlainJsonApiHttp
|
MobileSession
|
MobileDevice
|
GraphqlJsonHttp
|
MobileApplication
,
>
Step 4: Set the account password.
Encrypts the password and calls
password.async
.
Parameters
input
:
RegistrationSetPasswordInput
Returns
Effect
<
{
regContext
:
string
|
null
;
regInfo
:
Record
<
string
,
unknown
>
;
registrationFlowId
:
string
;
waterfallId
:
string
;
}
,
|
IgApiError
|
RequestError
|
ParseError
|
TransportError
|
PasswordEncryptionKeysUnavailableError
,
|
PlainJsonApiHttp
|
MobileSession
|
MobileDevice
|
GraphqlJsonHttp
|
MobileApplication
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
IGPAPI
Loading...
Step 4: Set the account password.
Encrypts the password and calls
password.async.