auth.provider API
    Preparing search index...
    interface User {
        id: string;
        username: string;
        readonly [key: string]: unknown;
    }

    Indexable

    • readonly [key: string]: unknown
    Index

    Properties

    Properties

    id: string
    username: string