File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 5656 'OIDCProviderConfig' ,
5757 'PhoneNumberAlreadyExistsError' ,
5858 'ProviderConfig' ,
59+ 'ResetPasswordExceedLimitError' ,
5960 'RevokedIdTokenError' ,
6061 'RevokedSessionCookieError' ,
6162 'SAMLProviderConfig' ,
6263 'TokenSignError' ,
64+ 'TooManyAttemptsTryLaterError' ,
6365 'UidAlreadyExistsError' ,
6466 'UnexpectedResponseError' ,
6567 'UserDisabledError' ,
130132OIDCProviderConfig = _auth_providers .OIDCProviderConfig
131133PhoneNumberAlreadyExistsError = _auth_utils .PhoneNumberAlreadyExistsError
132134ProviderConfig = _auth_providers .ProviderConfig
135+ ResetPasswordExceedLimitError = _auth_utils .ResetPasswordExceedLimitError
133136RevokedIdTokenError = _token_gen .RevokedIdTokenError
134137RevokedSessionCookieError = _token_gen .RevokedSessionCookieError
135138SAMLProviderConfig = _auth_providers .SAMLProviderConfig
136139TokenSignError = _token_gen .TokenSignError
140+ TooManyAttemptsTryLaterError = _auth_utils .TooManyAttemptsTryLaterError
137141UidAlreadyExistsError = _auth_utils .UidAlreadyExistsError
138142UnexpectedResponseError = _auth_utils .UnexpectedResponseError
139143UserDisabledError = _auth_utils .UserDisabledError
You can’t perform that action at this time.
0 commit comments