videosphere
    Preparing search index...

    Interface UserPasswordAuthState

    Password reset eligibility for a user profile.

    interface UserPasswordAuthState {
        userId: string;
        supportsPasswordReset: boolean;
    }
    Index

    Properties

    userId: string
    supportsPasswordReset: boolean