Interface OkHiUser

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

Hierarchy

  • OkHiUser

Properties

appUserId?: string

Your assigned user id

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.

token?: string

The user's jwt token provided by OkHi after address creation.

Generated using TypeDoc