-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
The documentation provided here is outdated
https://www.plivo.com/docs/verify/api/request/authentication/
I don't see verify_session in the PlivoClient ,
in verify_session we had app_uuid to tag specific application ID
I just see verify, also no mention of how the application ID for Verify API should be added along with verify.initiate
The definition of params is unclear , Can you pls add how the application id should be passed to verify.initiate
export class VerifyInterface extends PlivoResourceInterface {
constructor(client: Function, data ? : {});
initiate(phoneNumber: string,params ? : {}): Promise < InitiateVerifyResponse > ;
verify(verificationUuid: string,otp:string,params ? : {}): Promise < VerifyCallerIdResponse > ;
updateVerifiedCallerId(phoneNumber: string, params ? : {}): Promise < GetVerifiedCallerIdResponse > ;
listVerifiedCallerId(params ? : {}): Promise < ListVerifiedCallerIdResponse > ;
getVerifiedCallerId(phoneNumber: string): Promise < GetVerifiedCallerIdResponse > ;
deleteVerifiedCallerId(phoneNumber: string): Promise < any > ;
}
jt274
Metadata
Metadata
Assignees
Labels
No labels