You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(multiple-auth): improvements in multiple auth implementation (#48)
This commit adds improvements in the implementation of multiple authentication schemes. The improvements include the addition of auth-validation exception type and early returning in case of OR authentication group.
closes#47
|[`OneOfValidationException`](apimatic_core/exceptions/oneof_validation_exception.py)| An exception class for the failed validation of oneOf (union-type) cases |
53
+
|[`AnyOfValidationException`](apimatic_core/exceptions/anyof_validation_exception.py)| An exception class for the failed validation of anyOf (union-type) cases |
54
+
|[`AuthValidationException`](apimatic_core/exceptions/auth_validation_exception.py)| An exception class for the failed validation of authentication schemes |
0 commit comments