Map<String, String> toMap() => { "token": token, "token_type_hint": tokenType == TokenType.accessToken ? "access_token" : "refresh_token", };