Table of Contents

Interface INumberVerificationClient

Namespace
Vonage.NumberVerification
Assembly
Vonage.dll

Exposes NumberVerification features.

[Obsolete("API has been deprecated. Favor IdentityInsights instead.")]
public interface INumberVerificationClient

Methods

AuthenticateAsync(Result<AuthenticateRequest>)

Authenticates towards NumberVerification API to retrieve an authentication token.

[Obsolete("API has been deprecated. Favor IdentityInsights instead.")]
Task<Result<AuthenticateResponse>> AuthenticateAsync(Result<AuthenticateRequest> request)

Parameters

request Result<AuthenticateRequest>

The request.

Returns

Task<Result<AuthenticateResponse>>

Success or Failure.

VerifyAsync(Result<VerifyRequest>)

Verifies if the specified phone number matches the one that the user is currently using.

[Obsolete("API has been deprecated. Favor IdentityInsights instead.")]
Task<Result<bool>> VerifyAsync(Result<VerifyRequest> request)

Parameters

request Result<VerifyRequest>

The request.

Returns

Task<Result<bool>>

Success or Failure.