Interface OkHiUser

Defines the structure of the user object requried by OkHi services and libraries.

Hierarchy

  • OkHiUser

Properties

email?: string

The user's email address.

fcmPushNotificationToken?: string

The user's device firebase push notification token.

firstName?: string

The user's first name.

id?: string

The OkHi's userId. Usually obtained after a user successfully creates an OkHi address.

lastName?: string

The user's last name.

phone: string

The user's phone number. Must be MSISDN standard format. e.g +254712345678.

Generated using TypeDoc