CredentialInput

Description#

This component renders a dropdown used to manage credentials for given app.

Import#

import { CredentialInput } from "@rollout/connect-react";

Usage#

Here's a basic usage example:

<CredentialInput
appKey="gmail"
onCredentialSelected={(selectedCredentialKey) => console.log("Credential selected")}
/>