Aller au contenu

LoggedOutEmbeddedView

Ce contenu n’est pas encore disponible dans votre langue.

LoggedOutEmbeddedView = { metadata?: { buttonText?: string; text?: string; }; }

Defined in: types/rpc/embedded/loggedOut.ts:5

The view when a user is logged out

optional metadata?: { buttonText?: string; text?: string; }

Defined in: types/rpc/embedded/loggedOut.ts:9

Metadata option when displaying the embedded view

optional buttonText?: string

The text that will be displayed on the login button

If not set, it will default to a internationalized message

optional text?: string

The main CTA for the logged out view

  • can include some variable, available ones are:
    • {REWARD} -> The maximum reward a user can receive when interacting on your website
  • can be formatted in markdown

If not set, it will default to a internationalized message