Receiving ValueError with the following message:
'interaction_code' is not a valid OAuthGrantType
Problem is solved in current version of the file okta/models/o_auth_grant_type.py, where you added newer values of this enum, but it's still not part of any release. Can you add it, even to a minor version? :)
Receiving
ValueError
with the following message: 'interaction_code' is not a valid OAuthGrantTypeProblem is solved in current version of the file
okta/models/o_auth_grant_type.py
, where you added newer values of this enum, but it's still not part of any release. Can you add it, even to a minor version? :)Thank you!