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

    Interface PasskeyRealm

    Realm information associated with a Passkey. A Realm is a unique administrative domain within a Tenant. Some Tenants will only need the use of a single Realm, in this case a Realm and a Tenant may seem synonymous. Each Realm contains a unique set of Directory, Policy, Event, Application, and Branding objects.

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

    Properties

    Properties

    displayName: string

    The display name of the realm.

    id: string

    The unique identifier of the realm.