| http://www.w3.org/ns/prov#value | - Note that this is internal-only for now.Here is an example of how to use the second `options` argument:```pythonfrom firebase_token_generator import create_tokenauth_payload = {uid: 1, auth_data: foo, other_auth_data: bar}options = {admin: True}token = create_token(<your_firebase_secret>, auth_payload, options)```
|