Click or drag to resize

TwoFactorStepGetPhoneNumber Method

Gets phone number for the channel

Namespace: KeeperSecurity.Authentication.Sync
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public string GetPhoneNumber(
	TwoFactorChannel channel
)

Parameters

channel  TwoFactorChannel
Two factor authentication channel

Return Value

String
Phone number registered to the channel.
See Also