11 lines
140 B
Python
11 lines
140 B
Python
SCOPES = [
|
|
'openid',
|
|
'fullname',
|
|
# 'email',
|
|
# 'birthdate',
|
|
# 'gender',
|
|
# 'snils',
|
|
# 'id_doc',
|
|
# 'mobile',
|
|
]
|