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
Properties
Section titled “Properties”metadata?
Section titled “metadata?”
optionalmetadata?: {buttonText?:string;text?:string; }
Defined in: types/rpc/embedded/loggedOut.ts:9
Metadata option when displaying the embedded view
buttonText?
Section titled “buttonText?”
optionalbuttonText?:string
The text that will be displayed on the login button
If not set, it will default to a internationalized message
optionaltext?: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