observation-js Documentation - v1.14.0
    Preparing search index...

    Interface PasswordGrantOptions

    interface PasswordGrantOptions {
        clientId: string;
        clientSecret?: string;
        email: string;
        password: string;
    }
    Index

    Properties

    clientId: string
    clientSecret?: string
    email: string
    password: string