UserInfo
constructor(sub: String, isVerified: Boolean, isAnonymous: Boolean, canReauthenticate: Boolean, roles: Array<String>? = null, customAttributes: JsonObject, email: String? = null, emailVerified: Boolean? = null, phoneNumber: String? = null, phoneNumberVerified: Boolean? = null, preferredUsername: String? = null, familyName: String? = null, givenName: String? = null, middleName: String? = null, name: String? = null, nickname: String? = null, picture: String? = null, profile: String? = null, website: String? = null, gender: String? = null, birthdate: String? = null, zoneinfo: String? = null, locale: String? = null, address: UserInfoAddress? = null)