@beyondidentity/bi-sdk-react-native
    Preparing search index...

    Interface PasskeyTenant

    Tenant information associated with a Passkey. A Tenant represents an organization in the Beyond Identity Cloud and serves as a root container for all other cloud components in your configuration.

    interface PasskeyTenant {
        displayName: string;
        id: string;
    }
    Index

    Properties

    Properties

    displayName: string

    The display name of the tenant.

    id: string

    The unique identifier of the tenant.