fix bug
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -107,8 +107,8 @@ class GenericView(LoggerMixin, GenericExceptionMixin, GenericAPIView): | ... | @@ -107,8 +107,8 @@ class GenericView(LoggerMixin, GenericExceptionMixin, GenericAPIView): |
107 | 107 | ||
108 | class IWABaseView: | 108 | class IWABaseView: |
109 | 109 | ||
110 | # def __init__(self): | 110 | permission_classes = () |
111 | # self.iwa_url_base = 'https://auth-i.bmwgroup.net/auth/oauth2/intranetb2x/' | 111 | authentication_classes = () |
112 | 112 | ||
113 | @staticmethod | 113 | @staticmethod |
114 | def get_token(iwa_url_base, code, redirect_uri, client_id_base64): | 114 | def get_token(iwa_url_base, code, redirect_uri, client_id_base64): | ... | ... |
-
Please register or sign in to post a comment