userDetailsPhoneNumberVerified (property)

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

Syntax

@property (nonatomic,readonly,assign,getter=userDetailsPhoneNumberVerified) BOOL userDetailsPhoneNumberVerified;
- (BOOL)userDetailsPhoneNumberVerified;
public var userDetailsPhoneNumberVerified: Bool {
  get {...}
}

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.

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