-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2ca11b
commit 75a5e1d
Showing
3 changed files
with
102 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,94 @@ | ||
| Permission | Description | | ||
|------|-----| | ||
|`allow-get-product-price`|Enables the get_product_price command without any pre-configured scope.| | ||
|`deny-get-product-price`|Denies the get_product_price command without any pre-configured scope.| | ||
|`allow-purchase`|Enables the purchase command without any pre-configured scope.| | ||
|`deny-purchase`|Denies the purchase command without any pre-configured scope.| | ||
|`allow-start-connection`|Enables the start_connection command without any pre-configured scope.| | ||
|`deny-start-connection`|Denies the start_connection command without any pre-configured scope.| | ||
|`default`|Allows initiating payments and starting connections to google payments services| | ||
## Default Permission | ||
|
||
Allows initiating payments and starting connections to google payments services | ||
|
||
- `allow-start-connection` | ||
- `allow-purchase` | ||
|
||
### Permission Table | ||
|
||
<table> | ||
<tr> | ||
<th>Identifier</th> | ||
<th>Description</th> | ||
</tr> | ||
|
||
|
||
<tr> | ||
<td> | ||
|
||
`mobile-payments:allow-get-product-price` | ||
|
||
</td> | ||
<td> | ||
|
||
Enables the get_product_price command without any pre-configured scope. | ||
|
||
</td> | ||
</tr> | ||
|
||
<tr> | ||
<td> | ||
|
||
`mobile-payments:deny-get-product-price` | ||
|
||
</td> | ||
<td> | ||
|
||
Denies the get_product_price command without any pre-configured scope. | ||
|
||
</td> | ||
</tr> | ||
|
||
<tr> | ||
<td> | ||
|
||
`mobile-payments:allow-purchase` | ||
|
||
</td> | ||
<td> | ||
|
||
Enables the purchase command without any pre-configured scope. | ||
|
||
</td> | ||
</tr> | ||
|
||
<tr> | ||
<td> | ||
|
||
`mobile-payments:deny-purchase` | ||
|
||
</td> | ||
<td> | ||
|
||
Denies the purchase command without any pre-configured scope. | ||
|
||
</td> | ||
</tr> | ||
|
||
<tr> | ||
<td> | ||
|
||
`mobile-payments:allow-start-connection` | ||
|
||
</td> | ||
<td> | ||
|
||
Enables the start_connection command without any pre-configured scope. | ||
|
||
</td> | ||
</tr> | ||
|
||
<tr> | ||
<td> | ||
|
||
`mobile-payments:deny-start-connection` | ||
|
||
</td> | ||
<td> | ||
|
||
Denies the start_connection command without any pre-configured scope. | ||
|
||
</td> | ||
</tr> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters