Interface Credential

    Available only in secure contexts.

    MDN Reference

    interface Credential {
        id: string;
        type: string;
    }
    Hierarchy

    Properties

    Properties

    id: string
    type: string