UserInfoResponse constructor
UserInfoResponse({})
Returns a new UserInfoResponse instance.
Implementation
UserInfoResponse({
this.sub,
this.name,
this.givenName,
this.familyName,
this.email,
this.emailVerified,
});