set_metered_key method

set_metered_key

Activates the product with Metered keys.

def set_metered_key(self, public_key, private_key):
    ...
Parameter Type Description
public_key str The public key.
private_key str The private key.

Example

The following example demonstrates how to activate the product with Metered keys.

See Also