R/customers.R
paddle_generate_auth_token.Rd
Creates a temporary authentication token for a customer. The token allows Paddle.js to present saved payment methods at checkout.
paddle_generate_auth_token(id)
A list containing the auth token and expiry details.
if (FALSE) { # paddle_has_token()
set_paddle_mode("sandbox")
result <- paddle_generate_auth_token("ctm_123")
}