tokenize

After successfully authenticating a Venmo user account via VenmoClient.createPaymentAuthRequest, this method should be invoked to tokenize the account to retrieve a VenmoResult.Success containing the VenmoAccountNonce.

Parameters

paymentAuthResult

suspend fun tokenize(paymentAuthResult: VenmoPaymentAuthResult.Success): VenmoResult

After successfully authenticating a Venmo user account via VenmoClient.createPaymentAuthRequest, this method should be invoked to tokenize the account to retrieve a VenmoResult.Success containing the VenmoAccountNonce.

Return

VenmoResult

Parameters

paymentAuthResult