FlutterFlowAuthData constructor
FlutterFlowAuthData({})
Implementation
FlutterFlowAuthData({
required this.accessToken,
required this.refreshToken,
required this.tokenExpiration,
required this.uid,
this.userData,
});