Represents an authentication/authorization error from Entra ID.
:status
:error
:error_description
@type t() :: %GraphApi.Error.AuthError{ __exception__: true, error: String.t() | nil, error_description: String.t() | nil, status: integer() }