matrix-js-sdk

    Type Alias ValidSignInResponse

    ValidSignInResponse: SigninResponse & BearerTokenResponse & {
        token_type: "Bearer" | "bearer";
    }

    Make required properties required in type

    MMNEPVFCICPMFPCPTTAAATR