VerifyUser overview
Verify user command for PingOne CLI
Added in v0.0.1
Table of contents
utils
verifyUser
Command to verify a PingOne user with a verification code.
Signature
export declare const verifyUser: Command.Command<
"verify_user",
OAuthService | HttpClient | CredentialService,
PingOneAuthError,
{
readonly userId: string
readonly verificationCode: string
readonly environmentId: Option<string>
readonly pingoneToken: Option<Redacted<string>>
}
>
Added in v0.0.1