gws.common.auth.error

exception gws.common.auth.error.Error[source]

Generic autorization error

exception gws.common.auth.error.LoginNotFound[source]

The login name is not found

exception gws.common.auth.error.WrongPassword[source]

The login is found, but the password is wrong

exception gws.common.auth.error.LoginFailed[source]

Cannot login, provider error

exception gws.common.auth.error.AccessDenied[source]

Can login, but the acccess is denied

exception gws.common.auth.error.UnknownMethod[source]

Unknown authorization method

exception gws.common.auth.error.UnknownProvider[source]

Unknown authorization provider