def get_default_token_expiry(self):
     public = (self.client_type == constants.PUBLIC)
     return get_token_expiry(public)
예제 #2
0
 def get_default_token_expiry(self):
     public = (self.client_type == 1)
     return get_token_expiry(public)
예제 #3
0
 def get_default_token_expiry(self):
     public = (self.client_type == 1)
     return get_token_expiry(public)