TokenGrantError
Token grant error.
Attributes
attributeerror= errorFunctions
func__init__(self, status_code, detail, error) -> NoneInitialize the error.
paramselfparamstatus_codeintHTTP status code.
paramdetailstrError detail.
paramerrorstrOAuth 2.0 error code.
Returns
None