@ -21,6 +21,7 @@ class DeviceAccessTokenRequestForm:
|
||||
def to_dict(self) -> Dict[str, Any]:
|
||||
client_id = self.client_id
|
||||
device_code = self.device_code
|
||||
grant_type: Union[Unset, OAuth2GrantType] = UNSET
|
||||
if not isinstance(self.grant_type, Unset):
|
||||
grant_type = self.grant_type
|
||||
|
||||
|
Reference in New Issue
Block a user