Access code widget

The access code widget allows authenticated users to join a group by entering an access code given to them.

Example:

Access code widget

Embedding

Assuming that the widget loader is included in the page, an access code widget may be embedded as follows:

<div class="drl-widget drl-access-code" id="accesscode0"></div>

Attributes

Attribute Description
id An optional identifier for the widget. The id is useful to determine which widget sent a client side event in case there are multiple widgets on the page. Please make sure to use a unique ID for each widget present on the page.
drl-token An optional OAuth token. An OAuth token may be obtained by using a standard service account or by using the custom delegated login API.

Localization

Currently the access cide widget supports the following languages:

  • 🇪🇸 Catalan
  • 🇩🇰 Danish
  • 🇺🇸 English (US)
  • 🇩🇪 German
  • 🇪🇸 Spanish
  • 🇫🇮 Finnish
  • 🇫🇷 French
  • 🇮🇹 Italian
  • 🇳🇴 Norwegian
  • 🇳🇱 Dutch
  • 🇧🇷 Portuguese (BR)
  • 🇷🇴 Romanian
  • 🇷🇸 Serbian
  • 🇸🇪 Swedish

Client side events

The access code widget currently emits no client-side events.

Customization

The access code widget currently has no customization options.