Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UserAttributes

UserAttributes map including all of the custom properties we added to the Cognito user. The limit attributes all control how many dapps the user is allowed to make, payment_provider says whether they are using Stripe, payment_status says whether their payments are all up to date.

Hierarchy

  • object
    • UserAttributes

Indexable

[Name: string]: ValueType

UserAttributes map including all of the custom properties we added to the Cognito user. The limit attributes all control how many dapps the user is allowed to make, payment_provider says whether they are using Stripe, payment_status says whether their payments are all up to date.

Index

Properties

custom:enterprise_limit

custom:enterprise_limit: string

custom:payment_provider

custom:payment_provider: PaymentProvider

custom:payment_status

custom:payment_status: PaymentStatus

custom:professional_limit

custom:professional_limit: string

custom:standard_limit

custom:standard_limit: string

Generated using TypeDoc