GetAuthStatusResponse constructor
const
GetAuthStatusResponse({})
Implementation
const GetAuthStatusResponse({
required this.isAuthenticated,
this.authType,
this.host,
this.login,
this.statusMessage,
});
const GetAuthStatusResponse({
required this.isAuthenticated,
this.authType,
this.host,
this.login,
this.statusMessage,
});