| 778 | |
| 779 | |
| 780 | class LoginInsufficientPermissions(LoginError): |
| 781 | fmt = ( |
| 782 | "Unable to create or refresh login credentials due to insufficient " |
| 783 | "permissions. You may be missing permission for the 'signin:CreateOAuth2Token' action." |
| 784 | ) |
| 785 | |
| 786 | |
| 787 | class LoginTokenLoadError(LoginError): |
no outgoing calls
no test coverage detected