IGPAPI
    Preparing search index...

    Interface PcdLoginFlowState

    interface PcdLoginFlowState {
        aac: PcdAacState;
        oauth: PcdActionCandidate;
        passwordTextInputId: string;
        prefill: PcdActionCandidate;
        qpl: PcdLoginQplState;
        sendLoginRequest: PcdActionCandidate;
        sendLoginRequestCandidates: readonly PcdActionCandidate[];
        usernameTextInputId: string;
        waterfallId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    passwordTextInputId: string
    sendLoginRequest: PcdActionCandidate
    sendLoginRequestCandidates: readonly PcdActionCandidate[]
    usernameTextInputId: string
    waterfallId: string