File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
class AbstractApplication (models .Model ):
23
23
"""
24
24
An Application instance represents a Client on the Authorization server.
25
- Usually an Application is created manually by client" s developers after
25
+ Usually an Application is created manually by client' s developers after
26
26
logging in on an Authorization Server.
27
27
28
28
Fields:
@@ -260,7 +260,7 @@ class Meta(AbstractGrant.Meta):
260
260
class AbstractAccessToken (models .Model ):
261
261
"""
262
262
An AccessToken instance represents the actual access token to
263
- access user" s resources, as in :rfc:`5`.
263
+ access user' s resources, as in :rfc:`5`.
264
264
265
265
Fields:
266
266
Original file line number Diff line number Diff line change 2
2
This module is largely inspired by django-rest-framework settings.
3
3
4
4
Settings for the OAuth2 Provider are all namespaced in the OAUTH2_PROVIDER setting.
5
- For example your project" s `settings.py` file might look like this:
5
+ For example your project' s `settings.py` file might look like this:
6
6
7
7
OAUTH2_PROVIDER = {
8
8
"CLIENT_ID_GENERATOR_CLASS":
@@ -182,9 +182,9 @@ def server_kwargs(self):
182
182
This is used to communicate settings to oauth server.
183
183
184
184
Takes relevant settings and format them accordingly.
185
- There" s also EXTRA_SERVER_KWARGS that can override every value
185
+ There' s also EXTRA_SERVER_KWARGS that can override every value
186
186
and is more flexible regarding keys and acceptable values
187
- but doesn" t have import string magic or any additional
187
+ but doesn' t have import string magic or any additional
188
188
processing, callables have to be assigned directly.
189
189
For the likes of signed_token_generator it means something like
190
190
You can’t perform that action at this time.
0 commit comments