LogtoCodeTokenResponse constructor
LogtoCodeTokenResponse({})
Implementation
LogtoCodeTokenResponse({
required this.accessToken,
required this.idToken,
required this.scope,
required this.expiresIn,
this.refreshToken,
});