@auth0/nextjs-auth0 - v4.17.0
    Preparing search index...

    Interface MCDMetadataInternal

    Metadata for a specific domain and its associated issuer. Stored in session internal state to track which domain authenticated the user.

    interface MCDMetadata {
        domain: string;
        issuer: string;
    }
    Index

    Properties

    Properties

    domain: string

    The Auth0 domain that authenticated the user

    issuer: string

    The OIDC issuer URL for the domain