Here is a working example authorizing the [France] member only. Please refer to the online documentation for more details. Quoting this documentation:
Permissions are defined using "lines"; each line is either granting access (+) or denying access (-) to the defined MDX entity(ies). Within a scope, the first '+' means all entities are DENIED first whereas the first '-' means all entities are AUTHORIZED first.
So the following example is starting with a [+] within the [Sales] schema scope:
+schema [Sales]
:schema [Sales]
+tuples DC [Customers].[Geography].[Region].[Europe].[France]
Hope that helps.