Cerbos JavaScript SDK
    Preparing search index...

    Interface AdminCredentials

    Credentials for the admin API.

    interface AdminCredentials {
        password: string;
        username: string;
    }
    Index

    Properties

    Properties

    password: string

    Password for authenticating to the admin API.

    username: string

    Username for authenticating to the admin API.