UserDetailsPhoneNumberVerified Property

This property indicates whether the user's phone number has been verified.

Syntax

ANSI (Cross Platform)
int GetUserDetailsPhoneNumberVerified();

Unicode (Windows)
BOOL GetUserDetailsPhoneNumberVerified();
@property (nonatomic,readonly,assign,getter=userDetailsPhoneNumberVerified) BOOL userDetailsPhoneNumberVerified;
- (BOOL)userDetailsPhoneNumberVerified;
#define PID_OPENID_USERDETAILSPHONENUMBERVERIFIED 90

IPWORKSAUTH_EXTERNAL void* IPWORKSAUTH_CALL IPWorksAuth_OpenID_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

FALSE

Remarks

This property indicates whether the user's phone number has been verified. To be considered verified the end-user must prove the phone number was under the user's control at the time of verification.

This property is read-only and not available at design time.

Data Type

Boolean

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 C++ Edition - Version 20.0 [Build 8155]