AuthenticationResult constructor
AuthenticationResult({})
Implementation
AuthenticationResult({
this.token,
this.authenticated,
this.refreshToken,
this.sessionId,
this.accessToken,
this.verified,
this.message,
this.otpId,
this.businesses,
});