Auth.empty constructor

Auth.empty()

Implementation

factory Auth.empty() => Auth(expiresIn: 0, tokenType: "", accessToken: "");